Click or drag to resize

GM_FoundFeatureCollection_tGetLines Method

Gets a list of all line 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_LineFeature_t[] GetLines(
	GM_GetFeatureFlags_t32 aFlags = 
)

Parameters

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

Return Value

Type: GM_LineFeature_t
An array of line features
See Also