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
64c71960 a392 0330 77e9 01e1d095e0f6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the attribute identifier.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Tag { get; }
VB
Public ReadOnly Property Tag As String
Get
C++
public:
property String^ Tag {
String^ get ();
}
F#
member Tag : string with get
String
Even thought the official DXF documentation clearly says that the attribute definition tag cannot contain spaces, most programs seems to allow them, but I cannot guarantee that all will behave this way.