XYZSetInterDensityΒΆ

XYZSetInterDensity set the number of rows and columns in the interpolation matrix.

bool = XYZSetInterDensity(hData, nRows, nColumns)

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.

nRows

nRows Is the number of rows. The value shoult be greater than 2.

nColumns

nColumns Is the number of columns. The value should be greater than 2.

id-1084405