Click or drag to resize

GM_UtilityGetPathProfileLOSEx Method

Retrieves a list of elevations along a path in the provided layer list or from the list of currently loaded elevation layers (topmost elevation layer first). Can also perform a line-of-sight calculation and return additional information about a 3D path.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GetPathProfileLOSEx(
	GM_LayerList_t aLayerList,
	ref GM_PathProfileLOSParams_t aParams
)

Parameters

aLayerList
Type: GlobalMapperGM_LayerList_t
IN: List of layers to get elevation from or NULL for topmost
aParams
Type: GlobalMapperGM_PathProfileLOSParams_t
IN/OUT: Calculation parameters

Return Value

Type: GM_Error_t32
A GM Error Code
See Also