Click or drag to resize
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
)

Parameters

idx
Type: SystemInt32
The index of the item.

Return Value

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