/*
 * ENUM: SRM_ELEVATION_UNITS_ENUM
 *
 *   Used to specify the unit of distance measurement used for
 *   height/z elevation in a spatial reference frame within the
 *   Spatial Reference Model (SRM).
 */
typedef enum
{
SRM_FEET,
SRM_METERS
} SRM_ELEVATION_UNITS_ENUM;
Prev: SRM_EC_3D_PARAMETERS. Next: SRM_GC_3D_COORD. Up:Index