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

64c71960 a392 0330 77e9 01e1d095e0f6

haplokuon edited this page May 6, 2023 · 1 revision

Tag Property

netDxf 3.0.0 Library

Gets the attribute identifier.

Definition

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

Property Value

String

Remarks

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.

See Also

Reference

AttributeDefinition Class
netDxf.Entities Namespace

Clone this wiki locally