globalmapper.SetLineFeatureDrawStyle ==================================== .. currentmodule:: globalmapper .. py:function:: SetLineFeatureDrawStyle (GM_LayerHandle_t32 aLayer, uint32 aLineIndex, GM_LineStyle_t aLineStyle) -> GM_Error_t32 Sets the pen style and font to use for drawing the given line object. Pass None for the line style to reset the drawing style to the default style for the classification of the line. Typically, when modifying the drawing style of a line you will want to call :doc:`GetLineFeature<../vectorQuery/globalmapper.GetLineFeature>` to get the current drawing style, then copy the *mLineStyle* member of the GM_LineFeature_t and just change what you need, then pass your copy in to this function. :param GM_LayerHandle_t32 aLayer: Layer the line is in :param uint32 aLineIndex: Index of line in layer :param GM_LineStyle_t aLineStyle: New style to use for line :returns: Error Code :rtype: GM_Error_t32