Click or drag to resize
XDataLayoutMapGetItemByIdx Method
Gets the index of the item by.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XDataLayout GetItemByIdx(
	int idx
)

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: XDataLayout
The layout for the index.
See Also