Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ac9ccab9 9a85 b40d 0991 966c345f7b3e

haplokuon edited this page May 6, 2023 · 1 revision

AppIds Property

netDxf 3.0.0 Library

Gets an ICollection containing the application registry names of the current dictionary.

Definition

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

Property Value

ICollection(String)

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally