Global Mapper SDK
| GM_Layer_t .SetLidarPoint Method |
Sets the Lidar point feature at the given index from the layer
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetLidarPoint ( ulong aPointIndex , GM_LidarPoint_t aLidarPoint , Object aReserved )
Parameters
- aPointIndex
-
Type:
System
.
UInt64
IN: Index of Lidar point feature to update - aLidarPoint
-
Type:
GlobalMapper
.
GM_LidarPoint_t
IN: Lidar point to update - aReserved
-
Type:
System
.
Object
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.