CadBlockEntityEndBlockAttribute62 Property |
Gets or sets the end block attribute 62.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadShortParameter EndBlockAttribute62 { get; set; }Public Property EndBlockAttribute62 As CadShortParameter
Get
Set
public:
property CadShortParameter^ EndBlockAttribute62 {
CadShortParameter^ get ();
void set (CadShortParameter^ value);
}member EndBlockAttribute62 : CadShortParameter with get, set
Property Value
Type:
CadShortParameter
The end block attribute 62.
See Also