public method O2GValueMap.getChild

Brief

Gets a child value map.

Declaration
Java
O2GValueMap  getChild (int iIndex)

Parameters
iIndex

The index of the value map. The index should be between 0 and getChildrenCount() - 1.

Details

Value map can contain children value maps, for example, when creating OCO or OTO order, or removing an order from the group.

Declared in O2GValueMap

back