XYZSetMaxMarkerΒΆ

XYZSetMaxMarker sets the symbol marking the largest z-value data point.

bool = XYZSetMaxMarker(hData, hMarker)

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

hMarker

hMarker Is the handle of the symbol created with MarkerCreate.

id-803749