GM_Utility .GetPathProfileLOSEx 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: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 GetPathProfileLOSEx(
GM_LayerList_t aLayerList,
ref GM_PathProfileLOSParams_t aParams
)
Parameters
- aLayerList
-
Type:
GlobalMapper
.
GM_LayerList_t
IN: List of layers to get elevation from or NULL for topmost - aParams
-
Type:
GlobalMapper
.
GM_PathProfileLOSParams_t
IN/OUT: Calculation parameters
Return Value
Type: GM_Error_t32A GM Error Code
