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.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntaxpublic GM_LidarPoint_t[] GetNextLidarQueryPoints(
uint aListSize,
GM_GetFeatureFlags_t32 aFlags,
Object aReserved = null
)
Public Function GetNextLidarQueryPoints (
aListSize As UInteger,
aFlags As GM_GetFeatureFlags_t32,
Optional aReserved As Object = Nothing
) As GM_LidarPoint_t()
public:
array<GM_LidarPoint_t>^ GetNextLidarQueryPoints(
unsigned int aListSize,
GM_GetFeatureFlags_t32 aFlags,
Object^ aReserved = nullptr
)
Parameters
- aListSize
- Type: SystemUInt32
IN: Max number of points to fetch - aFlags
- Type: GlobalMapper.TypesGM_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_tThe next set of Lidar Points
See Also