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 414
e3de25b6 809f 3023 cac6 a648cc5a794b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the attribute definition that is being added or removed.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AttributeDefinition Item { get; }
VB
Public ReadOnly Property Item As AttributeDefinition
Get
C++
public:
property AttributeDefinition^ Item {
AttributeDefinition^ get ();
}
F#
member Item : AttributeDefinition with get
BlockAttributeDefinitionChangeEventArgs Class
netDxf.Blocks Namespace