Click or drag to resize

GM_Layer_tSetLidarPoint Method

Sets the 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 SetLidarPoint(
	ulong aPointIndex,
	GM_LidarPoint_t aLidarPoint,
	Object aReserved
)

Parameters

aPointIndex
Type: SystemUInt64
IN: Index of Lidar point feature to update
aLidarPoint
Type: GlobalMapperGM_LidarPoint_t
IN: Lidar point to update
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also