Click or drag to resize
XGroupDefMap. GetItemByIdx 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 Function GetItemByIdx ( 
	idx As Integer
) As XGroupDef

Parameters

idx
Type: System.Int32
The index of the item.

Return Value

Type: XGroupDef
The group def for the given index.
See Also