GM_LidarQuery_tUpdateLidarQueryPoints 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)
Syntaxpublic static GM_Error_t32 UpdateLidarQueryPoints(
GM_LidarQuery_t aLidarQuery,
GM_LidarFieldMask_t32 aValidFields,
GM_LidarPoint_t aNewPointData,
Object aReserved
)
Public Shared Function UpdateLidarQueryPoints (
aLidarQuery As GM_LidarQuery_t,
aValidFields As GM_LidarFieldMask_t32,
aNewPointData As GM_LidarPoint_t,
aReserved As Object
) As GM_Error_t32
public:
static GM_Error_t32 UpdateLidarQueryPoints(
GM_LidarQuery_t^ aLidarQuery,
GM_LidarFieldMask_t32 aValidFields,
GM_LidarPoint_t aNewPointData,
Object^ aReserved
)
Parameters
- aLidarQuery
- Type: GlobalMapper.LidarGM_LidarQuery_t
IN: Lidar query to update points in - 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