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