Click or drag to resize

AttributeDefinition Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the attribute definition.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeDefinition Definition { get; }
Request Example View Source

Property Value

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