XYZGetMinMarkerΒΆ

XYZGetMinMarker returns a copy of the marker handle used to mark the minimum z-coordinate.

hMarker = XYZGetMinMarker(hData)

Return Value

hMarker is the marker handle. Must be freed with MarkerDestroy.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1977495