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

57864092 0b40 ff62 d779 c5be29f94c90

haplokuon edited this page May 6, 2023 · 1 revision

Tag Property

netDxf 3.0.0 Library

Gets the attribute tag.

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

See Also

Reference

Attribute Class
netDxf.Entities Namespace

Clone this wiki locally