SE_coordref_set_xy

Sets the x,y false origin and scale factor of the supplied coordinate reference object

Usage syntax

LONG SE_coordref_set_xy (SE_COORDREF coordref, LFLOAT falsex, LFLOAT falsey, LFLOAT xyunits);

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

Sets the x,y false origin and scale factor (xyunits) of the supplied coordinate reference object. Specify the values in the units of the coordinate system.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_PARAM_VALUE