Click or drag to resize

GM_Layer_tGetLayerLidarStats Method

Retrieves the statistics for a Lidar layer

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

Parameters

aLidarStats
Type: GlobalMapperGM_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