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

36e23136 0a04 1f43 30a7 9c9746430317

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets the attribute at the specified index.

Definition

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

C#

public Attribute this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As Attribute
	Get

C++

public:
virtual property Attribute^ default[int index] {
	Attribute^ get (int index) sealed;
}

F#

abstract Item : Attribute with get
override Item : Attribute with get

Parameters

  Int32
The zero-based index of the element to get or set.

Return Value

Attribute
The object at the specified index.

Implements

IReadOnlyList(T).Item(Int32)

See Also

Reference

AttributeCollection Class
netDxf.Collections Namespace

Clone this wiki locally