Click or drag to resize

AttributeCollectionItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the attribute at the specified index.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Attribute this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: Attribute
The object at the specified index.

Implements

IReadOnlyListTItemInt32
See Also