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

4739999c e3bc c4ed d0a4 0afbb567fcff

haplokuon edited this page May 6, 2023 · 1 revision

Group Constructor

netDxf 3.0.0 Library

Initialized a new unnamed empty group.

Definition

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

C#

public Group()

VB

Public Sub New

C++

public:
Group()

F#

new : unit -> Group

Remarks

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