Click or drag to resize

GM_Layer_tGetLidarPoint Method

Retrieves the Lidar point feature at the given index from the layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 GetLidarPoint(
	ulong aPointIndex,
	out GM_LidarPoint_t aLidarPoint,
	GM_GetFeatureFlags_t32 aFlags,
	Object aReserved
)

Parameters

aPointIndex
Type: SystemUInt64
IN: Index of Lidar point feature to retrieve
aLidarPoint
Type: GlobalMapperGM_LidarPoint_t
OUT: Lidar point to fill in
aFlags
Type: GlobalMapperGM_GetFeatureFlags_t32
IN: Flags for fetching Lidar point
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also