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 420
ac9ccab9 9a85 b40d 0991 966c345f7b3e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets an ICollection containing the application registry names of the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<string> AppIds { get; }
VB
Public ReadOnly Property AppIds As ICollection(Of String)
Get
C++
public:
property ICollection<String^>^ AppIds {
ICollection<String^>^ get ();
}
F#
member AppIds : ICollection<string> with get
ICollection(String)