globalmapper.IsFeatureDeleted ============================= .. currentmodule:: globalmapper .. py:function:: IsFeatureDeleted (GM_LayerHandle_t32 aLayer, GM_FeatureClassType_t8 aFeatureClassType, uint32 aFeatureIndex) -> GM_Error_t32, bool Queries the delete status of the area, line, or point feature at the given index in the layer. Use the :doc:`DeleteFeature function` to change the delete status of a feature. :param GM_LayerHandle_t32 aLayer: Layer the point is in :param GM_FeatureClassType_t8 aFeatureClassType: Type of feature class (area, point, line) :param uint32 aFeatureIndex: Index of feature in layer :returns: Error Code :rtype: GM_Error_t32 :return: TRUE if marked as deleted, FALSE if not :rtype: bool