XYZSetMatrixRangeΒΆ
XYZSetMatrixRange sets the range of the data matrix in the x/y-plane.
- bool = XYZSetMatrixRange(hData, rvRect)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
Is the handle of a dataset created with XYZCreate.
- rvRect
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