AttributeDefinition Property
|
Gets the attribute definition.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AttributeDefinition Definition { get; }
Public ReadOnly Property Definition As AttributeDefinition
Get
public:
property AttributeDefinition^ Definition {
AttributeDefinition^ get ();
}
member Definition : AttributeDefinition with get
PROPERTY Definition AS AttributeDefinition GET
Property Value
Type:
AttributeDefinitionRemarks If the insert attribute has no definition it will return null.
See Also