Click or drag to resize

GM_FoundFeatureCollection_tGetLines Method

Gets a list of all line features from the the FoundFeatureCollection

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public GM_LineFeature_t[] GetLines(
	GM_GetFeatureFlags_t32 aFlags = 
)

Parameters

aFlags (Optional)
Type: GlobalMapper.TypesGM_GetFeatureFlags_t32
Flags for the get line feature operation

Return Value

Type: GM_LineFeature_t
An array of line features
See Also