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