Click or drag to resize

AttributeDefinition Constructor (String, 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,
	TextStyle style
)
Request Example View Source

Parameters

tag
Type: SystemString
Attribute identifier.
style
Type: netDxf.TablesTextStyle
Attribute text style.
See Also