SE_coordref_get_vertcs

Returns a pointer to the vertical coordinate system of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_vertcs (SE_COORDREF coordref, PE_VERTCS *vcs);

Parameters
coordref A pointer to the coordinate reference object
vcs A pointer to the vertical coordinate system
Description

Returns a pointer to the vertical coordinate system of the supplied coordinate reference object. The vertical coordinate system is managed by the Projection Engine. If the given coordinate reference object does not have an active vertical coordinate system object associated with it, a NULL vertical coordinate system handle will be returned.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER