Click or drag to resize

AttributeDefinition Property

Gets the attribute definition.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeDefinition Definition { get; }

Property Value

Type: AttributeDefinition
Remarks
If the insert attribute has no definition it will return null.
See Also