/*
 * ENUM: SE_GEOMETRY_TOPOLOGY_LEVEL_ENUM
 *
 *   Used to indicate, if a geometry hierarchy is present, the level of
 *   geometry topology that is present, if any.
 */
typedef enum
{
SE_LEVEL_0_GEOMETRY_TOPOLOGY,
SE_LEVEL_1_GEOMETRY_TOPOLOGY,
SE_LEVEL_2_GEOMETRY_TOPOLOGY,
SE_LEVEL_3_GEOMETRY_TOPOLOGY,
SE_LEVEL_4_GEOMETRY_TOPOLOGY,
SE_LEVEL_NA_GEOMETRY_TOPOLOGY,
SE_NO_GEOMETRY_HIERARCHY_PRESENT
} SE_GEOMETRY_TOPOLOGY_LEVEL_ENUM;
Prev: SE_FOLLOW_MODEL_INSTANCES_ENUM. Next: SE_GRAPHIC_FORMAT_ENUM. Up:Index