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
9a47e229 ee96 61c6 e110 1121be27263c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the DXF object name.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string CodeName { get; }VB
Public ReadOnly Property CodeName As String
GetC++
public:
property String^ CodeName {
String^ get ();
}F#
member CodeName : string with getString