globalmapper.SetAreaFeatureClassDrawStyle ========================================= .. currentmodule:: globalmapper .. py:function:: SetAreaFeatureClassDrawStyle (AreaFeatureClass_t16 aFeatureClass, GM_AreaStyle_t aAreaStyle) -> GM_Error_t32 Sets the default style and font to use for drawing areas with the given area classification. Pass None for the area style to reset the default drawing style to the default style for that classification of area. Typically, when modifying the drawing style of a area class you will want to call :doc:`GetAreaFeatureClassDrawStyle` to get the current drawing style, then just change what you need, then pass your copy in to this function. :param AreaFeatureClass_t16 aFeatureClass: Feature class to set draw style for :param GM_AreaStyle_t aAreaStyle: New style to use for area class (use None to reset to default) :returns: Error Code :rtype: GM_Error_t32