GM_Utility .GetPathProfileLOS Method
Retrieves a list of elevations along a path in the provided layer 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 (not implemented on WinCE).

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 GetPathProfileLOS(
    GM_Layer_t aLayer,
    ref GM_PathProfileLOSParams_t aParams
)

Parameters

aLayer
Type:  GlobalMapper . GM_Layer_t
IN: Layer to get elevation from or NULL for topmost
aParams
Type:  GlobalMapper . GM_PathProfileLOSParams_t
IN/OUT: Calculation parameters

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also