Click or drag to resize

GM_FoundFeatureCollection_tGetAreas Method

Gets a list of all area 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_AreaFeature_t[] GetAreas(
	GM_GetFeatureFlags_t32 aFlags = 
)

Parameters

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

Return Value

Type: GM_AreaFeature_t
An array of area Features
See Also