GM_LidarQuery_t .AddRemovePointToLidarQuery Method |
Adds or removes a Lidar point feature at the given index from the layer
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public static GM_Error_t32 AddRemovePointToLidarQuery ( GM_LidarQuery_t aLidarQuery , GM_Layer_t aLayer , ulong aPointIndex , bool aAddPoint )
Parameters
- aLidarQuery
-
Type:
GlobalMapper
.
GM_LidarQuery_t
IN: Lidar query to update - aLayer
-
Type:
GlobalMapper
.
GM_Layer_t
IN: Layer of point to add/remove - aPointIndex
-
Type:
System
.
UInt64
IN: Index of Lidar point feature to update - aAddPoint
-
Type:
System
.
Boolean
IN: Add or remove point?
Return Value
Type: GM_Error_t32A GM Error Code
