Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

df11e1ff 36b1 7f32 5edc 4a12b3c25baa

haplokuon edited this page May 6, 2023 · 1 revision

Group(String) Constructor

netDxf 3.0.0 Library

Initialized a new empty group.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Group(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
Group(
	String^ name
)

F#

new : 
        name : string -> Group

Parameters

  String
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

Reference

Group Class
Group Overload
netDxf.Objects Namespace

Clone this wiki locally