Click or drag to resize

GM_LidarQuery_tGetNextLidarQueryPoints Method

Retrieves the next chunk of points from a Lidar query (Length of returned list may be smaller than the list size specified)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_LidarPoint_t[] GetNextLidarQueryPoints(
	uint aListSize,
	GM_GetFeatureFlags_t32 aFlags,
	Object aReserved = null
)

Parameters

aListSize
Type: SystemUInt32
IN: Max number of points to fetch
aFlags
Type: GlobalMapperGM_GetFeatureFlags_t32
IN: Flags for fetching Lidar point
aReserved (Optional)
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_LidarPoint_t
The next set of Lidar Points
See Also