Click or drag to resize

GM_FoundFeatureCollection_tGetLidarPoints Method

Gets a list of all lidar point features from the the FoundFeatureCollection

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_LidarPoint_t[] GetLidarPoints(
	GM_GetFeatureFlags_t32 aFlags = 
)

Parameters

aFlags (Optional)
Type: GlobalMapperGM_GetFeatureFlags_t32
Flags for the get point feature operation

Return Value

Type: GM_LidarPoint_t
An array of lidar point features
See Also