SE_coordref_set_vertcs

Sets the vertical coordinate system of the supplied coordinate reference object

Usage syntax

LONG SE_coordref_set_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

SE_coordref_set_vertcs sets the vertical coordinate system for the supplied coordinate reference object. The vertical coordinate system is managed by the Projection Engine, and created with the Projection Engine functions, pe_factory_vertcs or pe_vertcs_new.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT