Click or drag to resize

AttributeDefinition Constructor (String, 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,
	TextStyle style
)

Parameters

tag
Type: SystemString
Attribute identifier.
style
Type: DXFReaderNET.TablesTextStyle
Attribute text style.
See Also