ItemgetItemByIndex Method |
Gets an item by index.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic Item getItemByIndex(
int index
)
Public Function getItemByIndex (
index As Integer
) As Item
public Item getItemByIndex(
int index
)
public function getItemByIndex(
index : int
) : Item
Parameters
- index
- Type: SystemInt32
0 based index
Return Value
Type:
Item
Found item. Returned item shares its
dom with
this item (i.e. returned item and
this
item
dom property reference the same instance of ArasXmlDocument).
ExceptionsException | Condition |
---|
Exception | The instance does not represent a collection of items. |
IndexOutOfRangeException | Passed index is out of range. |
Remarks
The returned item shares the dome with this item.
See Also