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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GetPathProfileLOSEx(
GM_LayerList_t aLayerList,
ref GM_PathProfileLOSParams_t aParams
)
Public Shared Function GetPathProfileLOSEx (
aLayerList As GM_LayerList_t,
ByRef aParams As GM_PathProfileLOSParams_t
) As GM_Error_t32
public:
static GM_Error_t32 GetPathProfileLOSEx(
GM_LayerList_t^ aLayerList,
GM_PathProfileLOSParams_t^% aParams
)
Parameters
- aLayerList
- Type: GlobalMapper.TypesGM_LayerList_t
IN: List of layers to get elevation from or NULL for topmost - aParams
- Type: GlobalMapper.TypesGM_PathProfileLOSParams_t
IN/OUT: Calculation parameters
Return Value
Type:
GM_Error_t32A GM Error Code
See Also