Click or drag to resize

Attribute Constructor

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
)

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