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
d7505e51 0d95 a749 dc40 d3359df3c55a
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 DimensionStyleOverride Item { get; }
VB
Public ReadOnly Property Item As DimensionStyleOverride
Get
C++
public:
property DimensionStyleOverride^ Item {
DimensionStyleOverride^ get ();
}
F#
member Item : DimensionStyleOverride with get
DimensionStyleOverrideDictionaryEventArgs Class
netDxf.Collections Namespace