- globalmapper.IsFeatureDeleted(GM_LayerHandle_t32 aLayer, GM_FeatureClassType_t8 aFeatureClassType, uint32 aFeatureIndex) GM_Error_t32, bool[source]
-
Queries the delete status of the area, line, or point feature at the given index in the layer. Use the DeleteFeature function to change the delete status of a feature.
- Parameters:
-
aLayer (GM_LayerHandle_t32) – Layer the point is in
aFeatureClassType (GM_FeatureClassType_t8) – Type of feature class (area, point, line)
aFeatureIndex (uint32) – Index of feature in layer
- Returns:
-
Error Code
- Return type:
-
GM_Error_t32
- Returns:
-
TRUE if marked as deleted, FALSE if not
- Return type:
-
bool
Comments
0 comments
Please sign in to leave a comment.