XYZSetInterRangeΒΆ

XYZSetInterRange sets the coordinate range of the interpolation matrix on the x/y-plane.

bool = XYZSetInterRange(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 xyz-dataset created with XYZCreate.

rvRect

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

id-1004629