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

b2748def e516 5163 4347 899339d0dfe5

haplokuon edited this page May 6, 2023 · 1 revision

IsUnnamed Property

netDxf 3.0.0 Library

Gets if the group has an automatic generated name.

Definition

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

C#

public bool IsUnnamed { get; }

VB

Public ReadOnly Property IsUnnamed As Boolean
	Get

C++

public:
property bool IsUnnamed {
	bool get ();
}

F#

member IsUnnamed : bool with get

Property Value

Boolean

See Also

Reference

Group Class
netDxf.Objects Namespace

Clone this wiki locally