| SE_coordref_set_xy |
Sets the x,y false origin and scale factor of the supplied coordinate reference object
LONG SE_coordref_set_xy (SE_COORDREF coordref, LFLOAT falsex, LFLOAT falsey, LFLOAT xyunits);
| 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 |
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.
SE_SUCCESS
SE_INVALID_COORDREF_OBJECT
SE_INVALID_PARAM_VALUE