/*
 * ENUM: SE_GRID_OVERLAP_OP_ENUM
 *
 *   Describes how overlapping <Property Grids> should be interpreted
 */
typedef enum
{
SE_DT_OP_BASE, (notes)
SE_DT_OP_REPLACE, (notes)
SE_DT_OP_MERGE, (notes)
SE_DT_OP_ADD, (notes)
SE_DT_OP_AVERAGE (notes)
} SE_GRID_OVERLAP_OP_ENUM;


Enumerator Notes

SE_DT_OP_BASE

 Reserved for priority 0

SE_DT_OP_REPLACE

 Replace next lower priority in overlap

SE_DT_OP_MERGE

 Merge op in overlap is table type dependent

SE_DT_OP_ADD

 Add values to next lower priority in overlap

SE_DT_OP_AVERAGE

 Add and divide by two
Prev: SE_GRAPHIC_FORMAT_ENUM. Next: SE_HS_MULTIPLICITY_INTERPRETATION_ENUM. Up:Index