XYZSetMinMarkerΒΆ
XYZSetMinMarker sets the symbol marking the smallest z-value data point.
- bool = XYZSetMinMarker(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-1928343