SE_coordref_get_xy

Returns the false x,y offset and scale factors of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_xy (SE_COORDREF coordref, LFLOAT *falsex, LFLOAT *falsey, LFLOAT *xyunits);

Parameters
coordref A pointer to the coordinate reference object
falsex A pointer to the false origin x-value
falsey A pointer to the false origin y-value
xyunits A pointer to the number of system units per x,y unit type
Description

Returns the false x,y offset and scale factors of the supplied coordinate reference object.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER