GM_LidarQuery_tUpdatePoints Method |
Changes the data for the specified fields for the points in the query.
Namespace:
GlobalMapper.Lidar
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public GM_Error_t32 UpdatePoints(
GM_LidarFieldMask_t32 aValidFields,
GM_LidarPoint_t aNewPointData,
Object aReserved
)
Public Function UpdatePoints (
aValidFields As GM_LidarFieldMask_t32,
aNewPointData As GM_LidarPoint_t,
aReserved As Object
) As GM_Error_t32
public:
GM_Error_t32 UpdatePoints(
GM_LidarFieldMask_t32 aValidFields,
GM_LidarPoint_t aNewPointData,
Object^ aReserved
)
Parameters
- aValidFields
- Type: GlobalMapper.LidarGM_LidarFieldMask_t32
IN: Which fields of data are valid to be updated - aNewPointData
- Type: GlobalMapper.LidarGM_LidarPoint_t
IN: Lidar point to update - aReserved
- Type: SystemObject
IN: Reserved for future use, must be NULL
Return Value
Type:
GM_Error_t32A GM Error Code
See Also