This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
b2748def e516 5163 4347 899339d0dfe5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the group has an automatic generated name.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsUnnamed { get; }VB
Public ReadOnly Property IsUnnamed As Boolean
GetC++
public:
property bool IsUnnamed {
bool get ();
}F#
member IsUnnamed : bool with getBoolean