XYZGetMaxMarkerΒΆ

XYZGetMaxMarker returns a copy of the marker handle used to mark the maximum z-coordinate.

hMarker = XYZGetMaxMarker(hData)

Return Value

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

Parameters

hData

A handle for a dataset created with XYZCreate.

id-328613