CadBaseAttributes Property |
Gets or sets the attributes.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic List<CadObjectAttribute> Attributes { get; set; }
Public Property Attributes As List(Of CadObjectAttribute)
Get
Set
public:
property List<CadObjectAttribute^>^ Attributes {
List<CadObjectAttribute^>^ get ();
void set (List<CadObjectAttribute^>^ value);
}
member Attributes : List<CadObjectAttribute> with get, set
Property Value
Type:
ListCadObjectAttribute
The attributes.
See Also