XYZGetInterpolationTypeΒΆ

XYZGetInterpolationType returns the interpolation type.

nType = XYZGetInterpolationType(hData)

Return Value

nType is one of the following values:

Value

Meaning

LINEAR

Linear Interpolation (1)

NONLINEAR

Non linear Interpolation (2)

THINPLATESPLINE

Spline Interpolation (3)

Parameters

hData

Is the handle of a dataset created with XYZCreate.

id-1952182