This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
36e23136 0a04 1f43 30a7 9c9746430317
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the attribute at the specified index.
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
GetC++
public:
virtual property Attribute^ default[int index] {
Attribute^ get (int index) sealed;
}F#
abstract Item : Attribute with get
override Item : Attribute with get- Int32
- The zero-based index of the element to get or set.
Attribute
The object at the specified index.
IReadOnlyList(T).Item(Int32)