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
)
Public Function GetItemByIdx (
idx As Integer
) As XFieldDef
Parameters
- idx
- Type: SystemInt32
The index.
Return Value
Type:
XFieldDefThe returned XFieldDef.
See Also