/*
* ENUM: SE_HS_MULTIPLICITY_INTERPRETATION_ENUM
*
* Used to indicate how to interpret the multiplicity field of
* a <Hierarchy Summary Item> object.
*/
} SE_HS_MULTIPLICITY_INTERPRETATION_ENUM;
Enumerator Notes
The multiplicity represents exactly how many of the object
type it represents.
The multiplicity represents (roughly) the order of magnitude
of the actual multiplicity, e.g. 10, 100, 1000, 10000...
Objects of this type will be present, but the multiplicity is
unknown. In this case, we recommend setting the multiplicity
field of <Hierarchy Summary Item> to zero.
Prev: SE_GRID_OVERLAP_OP_ENUM.
Next: SE_ID.
Up:Index