IfcImageAttributes Property |
Gets the attributes collection.
Namespace:
Aspose.CAD.FileFormats.Ifc
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public override string[] Attributes { get; }
Public Overrides ReadOnly Property Attributes As String()
Get
public:
virtual property array<String^>^ Attributes {
array<String^>^ get () override;
}
abstract Attributes : string[] with get
override Attributes : string[] with get
Property Value
Type:
StringSee Also