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 407
6e80284f 3785 72b5 1628 06f8f9beccf0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the attribute 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
If the insert attribute has no definition it will return null.