SE_coordref_set_precision

Sets the precision in a coordinate reference object (SE_COORDREF).

Usage syntax

LONG SE_coordref_set_precision (SE_COORDREF coordref, LONG precision);

Parameters
coordref The coordinate reference object in which to set the precision value
precision The precision value
Description

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
 

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER