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

d7505e51 0d95 a749 dc40 d3359df3c55a

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Get the item that is being added to or removed from the dictionary.

Definition

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

Property Value

DimensionStyleOverride

See Also

Reference

DimensionStyleOverrideDictionaryEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally