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

0d244c63 1cfd a007 b3b0 f87b64089148

haplokuon edited this page May 6, 2023 · 1 revision

Groups Property

netDxf 3.0.0 Library

Gets the groups collection.

Definition

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

C#

public Groups Groups { get; }

VB

Public ReadOnly Property Groups As Groups
	Get

C++

public:
property Groups^ Groups {
	Groups^ get ();
}

F#

member Groups : Groups with get

Property Value

Groups

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally