DxfDocumentAttributeDefinitions Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<AttributeDefinition> AttributeDefinitions { get; }
Public ReadOnly Property AttributeDefinitions As List(Of AttributeDefinition)
Get
public:
property List<AttributeDefinition^>^ AttributeDefinitions {
List<AttributeDefinition^>^ get ();
}
member AttributeDefinitions : List<AttributeDefinition> with get
PROPERTY AttributeDefinitions AS List<AttributeDefinition> GET
Property Value
Type:
ListAttributeDefinitionSee Also