AttributeCollectionItem Property
|
Gets the attribute at the specified index.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Attribute this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Attribute
Get
public:
property Attribute^ default[int index] {
Attribute^ get (int index);
}
member Item : Attribute with get
PROPERTY SELF[
index AS LONG
] AS Attribute GET
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
AttributeThe object at the specified index.
See Also