Click or drag to resize

AttributeDefinition Constructor (String, Double, TextStyle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the AttributeDefiniton class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeDefinition(
	string tag,
	double textHeight,
	TextStyle style
)
Request Example View Source

Parameters

tag
Type: SystemString
Attribute identifier, the parameter id string cannot contain spaces.
textHeight
Type: SystemDouble
Height of the attribute definition text.
style
Type: netDxf.TablesTextStyle
Attribute text style.
See Also