XYZSetMatrixRange sets the range of the data matrix in 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 dataset created with XYZCreate.
rvRect is a vector with 4 elements:
| Value | Meaning |
|---|---|
| rvRect[1] | x-coordinate |
| rvRect[2] | y-coordinate |
| rvRect[3] | x-coordinate |
| rvRect[4] | y-coordinate |
See also
id-805574