Click or drag to resize

GM_LidarQuery_tAddRemovePoint Method

Adds or removes a Lidar point feature at the given index from the layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 AddRemovePoint(
	GM_Layer_t aLayer,
	ulong aPointIndex,
	bool aAddPoint
)

Parameters

aLayer
Type: GlobalMapperGM_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_t32
A GM Error Code
See Also