Initializes a new instance of the Attribute class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Attribute(
AttributeDefinition definition
)
Public Sub New (
definition As AttributeDefinition
)
public:
Attribute(
AttributeDefinition^ definition
)
new :
definition : AttributeDefinition -> Attribute
CONSTRUCTOR(
definition AS AttributeDefinition
)
Parameters
- definition
- Type: DXFReaderNET.EntitiesAttributeDefinition
Attribute definition.
Remarks
Although the attribute entity could override values defined in its definition for simplicity the implementation has restricted this possibility.
See Also