Click or drag to resize

Group Constructor (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialized a new empty group.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Group(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Group name.
Remarks
If the name is set to null or empty, a unique name will be generated when the group is added to the document.
See Also