Group Constructor (String)
|
Initialized a new empty group.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Group(
string name
)
Public Sub New (
name As String
)
public:
Group(
String^ name
)
new :
name : string -> Group
CONSTRUCTOR(
name AS STRING
)
Parameters
- name
- Type: SystemString
Group name (optional).
Remarks
If the name is set to null or empty, a unique name will be generated when it is added to the document.
See Also