SE_coordref_set_precision |
Sets the precision in a coordinate reference object (SE_COORDREF).
LONG SE_coordref_set_precision (SE_COORDREF coordref, LONG precision);
coordref | The coordinate reference object in which to set the precision value |
precision | The precision value |
A connection to an ArcSDE server must exist before calling this function.
The allowed precision values are:
SE_LAYER_PRECISION_DEFAULT
SE_LAYER_PRECISION_32_BIT /* Deprecated, use BASIC. */
SE_LAYER_PRECISION_64_BIT /* Deprecated, use HIGH. */
SE_LAYER_PRECISION_BASIC
SE_LAYER_PRECISION_HIGH