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
)
Public Sub New (
tag As String
)
public:
AttributeDefinition(
String^ tag
)
new :
tag : string -> AttributeDefinition
CONSTRUCTOR(
tag AS STRING
)
Parameters
- tag
- Type: SystemString
Attribute identifier, the parameter id string cannot contain spaces.
See Also