MarkerSetSizeΒΆ

MarkerSetSize sets the size of a marker.

bool = MarkerSetSize(hMarker, rsSize)

Return Value

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

Parameters

hMarker

Identifies the marker.

rsSize

rsSize is the size of a marker in centimeters.

id-73706