Click or drag to resize

GM_Layer_tGetPointFeatureEx Method

Gets a copy of a Point Feature in this layer at the specified index with optional flags.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_PointFeature_t GetPointFeatureEx(
	uint aIndex,
	GM_GetFeatureFlags_t32 aFlags,
	Object aReserved
)

Parameters

aIndex
Type: SystemUInt32
Index of Point feature to retrieve
aFlags
Type: GlobalMapperGM_GetFeatureFlags_t32
Flags for fetching feature
aReserved
Type: SystemObject
Reserved for future use, must be NULL

Return Value

Type: GM_PointFeature_t
A point feature from the specified index of the layer
See Also