SE_rasconstraint_set_envelope |
Sets the envelope.
LONG SE_rasconstraint_set_envelope (SE_RASCONSTRAINT constraint, LONG minx, LONG miny, LONG maxx, LONG maxy);
constraint | The constraint handle |
minx | The minimum X value |
miny | The minimum Y value |
maxx | The maximum X value |
maxy | The maximum Y value |
SE_rasconstraint_set_envelope sets the envelope for a raster constraint. The envelope is specified in tile coordinates. Unlike a vector origin, the tile coordinate origin (0,0) begins in the upper left hand corner. The tile coordinates proceeds down and to the right.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCONSTRAINT_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED