Click or drag to resize

GM_Layer_tGetLayerLidarStats Method

Retrieves the statistics for a Lidar layer

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public GM_Error_t32 GetLayerLidarStats(
	out GM_LidarStats_t aLidarStats,
	Object aReserved
)

Parameters

aLidarStats
Type: GlobalMapper.LidarGM_LidarStats_t
OUT: Buffer to hold stats in
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also