This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
772be2d4 42b9 4a2a 05f3 964b3d4e5a52
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the ObjectTable names.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<string> Names { get; }
VB
Public ReadOnly Property Names As ICollection(Of String)
Get
C++
public:
property ICollection<String^>^ Names {
ICollection<String^>^ get ();
}
F#
member Names : ICollection<string> with get
ICollection(String)