TableObjectsTNames Property
|
Gets the ObjectTable names.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ICollection<string> Names { get; }
Public ReadOnly Property Names As ICollection(Of String)
Get
public:
property ICollection<String^>^ Names {
ICollection<String^>^ get ();
}
member Names : ICollection<string> with get
PROPERTY Names AS ICollection<STRING> GET
Property Value
Type:
ICollectionStringSee Also