Global Mapper SDK
| GM_Layer_t .GetLidarPoint Method |
Retrieves 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 GetLidarPoint ( ulong aPointIndex , out GM_LidarPoint_t aLidarPoint , GM_GetFeatureFlags_t32 aFlags , Object aReserved )
Parameters
- aPointIndex
-
Type:
System
.
UInt64
IN: Index of Lidar point feature to retrieve - aLidarPoint
-
Type:
GlobalMapper
.
GM_LidarPoint_t
OUT: Lidar point to fill in - aFlags
-
Type:
GlobalMapper
.
GM_GetFeatureFlags_t32
IN: Flags for fetching Lidar point - 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.