SE_coordref_get_precision

Retrieves the precision from a coordinate reference object (SE_COORDREF).

Usage syntax

LONG SE_coordref_get_precision (SE_COORDREF coordref, LONG *precision);

Parameters
coordref The coordinate reference object from which to retrieve the precision value.
precision Location in which to store a retrieved precision value.
Description

A connection to an ArcSDE server must exist before calling this function.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER