MarkerDestroyΒΆ

The MarkerDestroy function destroys the given marker object and frees any memory the marker object occupied.

bool = MarkerDestroy(hMarker)

Return Value

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

Parameters

hMarker

Identifies the marker.

id-1273889