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

24344270 66dc dc97 f10c 82bbe8f7e39f

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 AttributeDefinition Item { get; }

VB

Public ReadOnly Property Item As AttributeDefinition
	Get

C++

public:
property AttributeDefinition^ Item {
	AttributeDefinition^ get ();
}

F#

member Item : AttributeDefinition with get

Property Value

AttributeDefinition

See Also

Reference

AttributeDefinitionDictionaryEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally