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 409
24344270 66dc dc97 f10c 82bbe8f7e39f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get the item that is being added to or removed from the dictionary.
Namespace: netDxf.Collections
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
AttributeDefinitionDictionaryEventArgs Class
netDxf.Collections Namespace