.. highlightlang:: us .. index:: MarkerSetEdgeColor .. _markersetedgecolor: MarkerSetEdgeColor ================== .. us.tag MarkerSetEdgeColor ENGLISH :ref:`MarkerSetEdgeColor` sets the edge color of a marker symbol. .. function:: bool = MarkerSetEdgeColor(hMarker, rvColorRGB) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hMarker Identifies the marker. .. uparam:: rvEdgeColorRGB *rvEdgeColorRGB* is a vector with 3 elements that sets the symbol edge color: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvEdgeColorRGB[1] - Red (0 to 255) * - rvEdgeColorRGB[2] - Green (0 to 255) * - rvEdgeColorRGB[3] - Blue (0 to 255) .. seealso:: :ref:`overview-marker`, :ref:`MarkerCreate`, :ref:`MarkerGetEdgeColor`, :ref:`MarkerSetFillColor`, :ref:`XYGetMarker` :sub:`id-2046853`