XDataDictionaryAppIds Property
|
Gets an ICollection containing the application registry names of the current dictionary.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ICollection<string> AppIds { get; }
Public ReadOnly Property AppIds As ICollection(Of String)
Get
public:
property ICollection<String^>^ AppIds {
ICollection<String^>^ get ();
}
member AppIds : ICollection<string> with get
PROPERTY AppIds AS ICollection<STRING> GET
Property Value
Type:
ICollectionStringSee Also