XYZSetInterRange sets the coordinate range of the interpolation matrix on the x/y-plane.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
Is the handle of a xyz-dataset created with XYZCreate.
rvRect Is a vector with 4 elements:
| Value | Meaning |
|---|---|
| rvRect[1] | x-Minimum |
| rvRect[2] | y-Minimum |
| rvRect[3] | x-Maximum |
| rvRect[4] | y-Maximum |
See also
id-1004629