CADability dotNET
Returns the item with the given index.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
INamedAttribute Item(
	int Index
)
Visual Basic
Function Item ( _
	Index As Integer _
) As INamedAttribute
Visual C++
INamedAttribute^ Item(
	int Index
)

Parameters

Index
Type: System..::..Int32
Index of the item

Return Value

The item

See Also