globalmapper.SetFeatureClassEnabled =================================== .. currentmodule:: globalmapper .. py:function:: SetFeatureClassEnabled (FeatureClass_t16 aFeatureClass, GM_FeatureClassType_t8 aFeatureClassType, bool aEnable) -> bool Enables or disables the display of the given feature class. The previous enable/disable state is returned. :param FeatureClass_t16 aFeatureClass: Feature class to get info for :param GM_FeatureClassType_t8 aFeatureClassType: Type of feature class (area, point, line) :param bool aEnable: Enable or disable the feature class :returns: The display state of *aFeatureClass* before this function was called :rtype: bool