Click or drag to resize

AttributeDefinition Constructor (String)

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
)

Parameters

tag
Type: SystemString
Attribute identifier, the parameter id string cannot contain spaces.
See Also