SE_coordref_set_vertcs |
Sets the vertical coordinate system of the supplied coordinate reference object
LONG SE_coordref_set_vertcs (SE_COORDREF coordref, PE_VERTCS vcs);
coordref | A pointer to the coordinate reference object |
vcs | A pointer to the vertical coordinate system |
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.