public property O2GValueMap.Item

Brief

A child value map.

Declaration
C#
O2GValueMap  this[int index] get;

Parameters
index

The index of the value map.

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