XYZGetInterSmoothFactorΒΆ

XYZGetInterSmoothFactor returns the smooth factor

nFactor = XYZGetInterSmoothFactor(hData)

Return Value

nFactor is a factor in the range 0 to 5. 0 means no smoothing and 5 is maximum smoothing. If the dataset was created from a matrix, the function return the value -1.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1861694