XYZSetInterOnGridΒΆ

XYZSetInterOnGrid specifies if the area and the number of rows and columns of the interpolation matrix agree with the scaling of the x- and y-axes.

bRet = XYZSetInterOnGrid(hData, bOnGrid)

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 data set created with XYZCreate.

bOnGrid

bOnGrid is TRUE (1), when the area and the number of rows and columns of the interpolation matrix should agree with the scaling of the x- and y axes.

id-1194158