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

6cc450ff dda6 5305 227f f26dda681d82

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets or sets the attribute definition with the specified tag.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AttributeDefinition this[
	string tag
] { get; set; }

VB

Public Default Property Item ( 
	tag As String
) As AttributeDefinition
	Get
	Set

C++

public:
virtual property AttributeDefinition^ default[String^ tag] {
	AttributeDefinition^ get (String^ tag) sealed;
	void set (String^ tag, AttributeDefinition^ value) sealed;
}

F#

abstract Item : AttributeDefinition with get, set
override Item : AttributeDefinition with get, set

Parameters

  String
The tag of the attribute definition to get or set.

Return Value

AttributeDefinition
The attribute definition with the specified tag.

Implements

IDictionary(TKey, TValue).Item(TKey)

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally