Click or drag to resize

AttributeDefinition Constructor (String, Double, TextStyle)

Initializes a new instance of the AttributeDefiniton class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeDefinition(
	string tag,
	double textHeight,
	TextStyle style
)

Parameters

tag
Type: SystemString
Attribute identifier, the parameter id string cannot contain spaces.
textHeight
Type: SystemDouble
Height of the attribute definition text.
style
Type: DXFReaderNET.TablesTextStyle
Attribute text style.
See Also