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 411
5520595c 0d17 f0ad 4a3a 82404674fa99
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets an ICollection containing the tags of the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<string> Tags { get; }
VB
Public ReadOnly Property Tags As ICollection(Of String)
Get
C++
public:
property ICollection<String^>^ Tags {
ICollection<String^>^ get ();
}
F#
member Tags : ICollection<string> with get
ICollection(String)
AttributeDefinitionDictionary Class
netDxf.Collections Namespace