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

6e80284f 3785 72b5 1628 06f8f9beccf0

haplokuon edited this page May 6, 2023 · 1 revision

Definition Property

netDxf 3.0.0 Library

Gets the attribute definition.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AttributeDefinition Definition { get; }

VB

Public ReadOnly Property Definition As AttributeDefinition
	Get

C++

public:
property AttributeDefinition^ Definition {
	AttributeDefinition^ get ();
}

F#

member Definition : AttributeDefinition with get

Property Value

AttributeDefinition

Remarks

If the insert attribute has no definition it will return null.

See Also

Reference

Attribute Class
netDxf.Entities Namespace

Clone this wiki locally