globalmapper.AddCustomAreaClass =============================== .. currentmodule:: globalmapper .. py:function:: AddCustomAreaClass (string aName, GM_AreaStyle_t aStyle) -> GM_Error_t32, AreaFeatureClass_t16 Adds a new custom area classification. If this function succeeds, the new feature classification code will be returned as a AreaFeatureClass_t16 value. This code can then be used as the feature classification for area features. :param str aName: Custom type name :param GM_AreaStyle_t aStyle: Default draw style for features of this type :returns: Error Code :rtype: GM_Error_t32 :return: Classification code for new type :rtype: AreaFeatureClass_t16