Click or drag to resize

GM_FoundFeatureCollection_tGetPoints Method

Gets a list of all point features from the the FoundFeatureCollection

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_PointFeature_t[] GetPoints(
	GM_GetFeatureFlags_t32 aFlags = 
)

Parameters

aFlags (Optional)
Type: GlobalMapperGM_GetFeatureFlags_t32
Flags for the get point feature operation

Return Value

Type: GM_PointFeature_t
An array of point features
See Also