public method O2GValueMap.getChild

Brief

Gets a child value map.

Declaration
C#
O2GValueMap  getChild (int index)

Parameters
index

The index of the value map. The index should be between 0 and ChildrenCount - 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