XYZEnableColorMapΒΆ

XYZEnableColorMap enables the use of the specified color map for a contour map or 3D surface map.

bool = XYZEnableColorMap(hData, bEnable)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYZCreate.

bEnable

bEnable is TRUE (1) or FALSE (0).

Comment

Changes come into effect after the function XYZUpdate is called.

id-778749