Global Mapper SDK
| GM_Layer_t .IsFeatureDeleted Method |
Queries the delete status of the feature at the given
index in the layer
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 IsFeatureDeleted ( GM_FeatureClassType_t8 aFeatureClassType , uint aFeatureIndex , out bool aIsDeleted )
Parameters
- aFeatureClassType
-
Type:
GlobalMapper
.
GM_FeatureClassType_t8
IN: Type of feature class (area, point, line) - aFeatureIndex
-
Type:
System
.
UInt32
IN: Index of feature in layer - aIsDeleted
-
Type:
System
.
Boolean
OUT: Returns TRUE if marked as deleted, FALSE if not
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.