GM_LidarQuery_t . GetNextLidarQueryPoints 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: 18.0.0.0 (18.0.0.0)

C#
public GM_LidarPoint_t [] GetNextLidarQueryPoints ( uint aListSize , GM_GetFeatureFlags_t32 aFlags , Object aReserved = null )
Parameters
- aListSize
-
Type:
System
.
UInt32
IN: Max number of points to fetch - aFlags
-
Type:
GlobalMapper
.
GM_GetFeatureFlags_t32
IN: Flags for fetching Lidar point - aReserved (Optional)
-
Type:
System
.
Object
IN: Reserved for future use, must be NULL
Return Value
Type: GM_LidarPoint_tThe next set of Lidar Points
