XGroupDefMapGetItemByIdx Method |
Gets the item by index.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XGroupDef GetItemByIdx(
int idx
)
Public Function GetItemByIdx (
idx As Integer
) As XGroupDef
Parameters
- idx
- Type: SystemInt32
The index of the item.
Return Value
Type:
XGroupDefThe group def for the given index.
See Also