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
)
Public Sub New (
tag As String,
textHeight As Double,
style As TextStyle
)
public:
AttributeDefinition(
String^ tag,
double textHeight,
TextStyle^ style
)
new :
tag : string *
textHeight : float *
style : TextStyle -> AttributeDefinition
CONSTRUCTOR(
tag AS STRING,
textHeight AS REAL8,
style AS TextStyle
)
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