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
)
Public Sub New (
tag As String,
style As TextStyle
)
public:
AttributeDefinition(
String^ tag,
TextStyle^ style
)
new :
tag : string *
style : TextStyle -> AttributeDefinition
CONSTRUCTOR(
tag AS STRING,
style AS TextStyle
)
Parameters
- tag
- Type: SystemString
Attribute identifier. - style
- Type: DXFReaderNET.TablesTextStyle
Attribute text style.
See Also