GM_LidarQuery_tAddRemovePointToLidarQuery Method |
Adds or removes a Lidar point feature at the given index from the layer
Namespace:
GlobalMapper.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntaxpublic static GM_Error_t32 AddRemovePointToLidarQuery(
GM_LidarQuery_t aLidarQuery,
GM_Layer_t aLayer,
ulong aPointIndex,
bool aAddPoint
)
Public Shared Function AddRemovePointToLidarQuery (
aLidarQuery As GM_LidarQuery_t,
aLayer As GM_Layer_t,
aPointIndex As ULong,
aAddPoint As Boolean
) As GM_Error_t32
public:
static GM_Error_t32 AddRemovePointToLidarQuery(
GM_LidarQuery_t^ aLidarQuery,
GM_Layer_t^ aLayer,
unsigned long long aPointIndex,
bool aAddPoint
)
Parameters
- aLidarQuery
- Type: GlobalMapper.LidarGM_LidarQuery_t
IN: Lidar query to update - aLayer
- Type: GlobalMapper.TypesGM_Layer_t
IN: Layer of point to add/remove - aPointIndex
- Type: SystemUInt64
IN: Index of Lidar point feature to update - aAddPoint
- Type: SystemBoolean
IN: Add or remove point?
Return Value
Type:
GM_Error_t32A GM Error Code
See Also