globalmapper.SetAreaFeatureDrawStyle ==================================== .. currentmodule:: globalmapper .. py:function:: SetAreaFeatureDrawStyle (GM_LayerHandle_t32 aLayer, uint32 aAreaIndex, GM_AreaStyle_t aAreaStyle) -> GM_Error_t32 Sets the style and font to use for drawing the given area object. Pass None for the area style to reset the drawing style to the default style for the classification of the area. Typically, when modifying the drawing style of an area you will want to call :doc:`GetAreaFeature<../vectorQuery/globalmapper.GetAreaFeature>` to get the current drawing style, then copy the *mAreaStyle* member of the GM_AreaFeature_t and just change what you need, then pass your copy in to this function. :param GM_LayerHandle_t32 aLayer: Layer the area is in :param uint32 aAreaIndex: Index of area in layer :param GM_AreaStyle_t aAreaStyle: New style to use for area :returns: Error Code :rtype: GM_Error_t32