Click or drag to resize
XFieldDefMapGetItemByIdx Method
Gets the XFieldDef by index.

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

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: XFieldDef
The returned XFieldDef.
See Also