Click or drag to resize

Attribute Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Attribute class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Attribute(
	AttributeDefinition definition
)
Request Example View Source

Parameters

definition
Type: netDxf.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