Click or drag to resize

GM_Layer_tIsFeatureDeleted Method

Queries the delete status of the feature at the given index in the layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 IsFeatureDeleted(
	GM_FeatureClassType_t8 aFeatureClassType,
	uint aFeatureIndex,
	out bool aIsDeleted
)

Parameters

aFeatureClassType
Type: GlobalMapperGM_FeatureClassType_t8
IN: Type of feature class (area, point, line)
aFeatureIndex
Type: SystemUInt32
IN: Index of feature in layer
aIsDeleted
Type: SystemBoolean
OUT: Returns TRUE if marked as deleted, FALSE if not

Return Value

Type: GM_Error_t32
A GM Error Code
See Also