Global Mapper SDK
| GM_LidarQuery_t .CreateLayerFromLidarQuery Method |
Creates a new layer from a Lidar query.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public static GM_Error_t32 CreateLayerFromLidarQuery
(
GM_LidarQuery_t aLidarQuery,
out GM_Layer_t aNewLayerHandle,
string aDescription,
GM_Projection_t aProj,
object aReserved
)Parameters
- aLidarQuery
-
Type:
GlobalMapper
.
GM_LidarQuery_t
IN: Lidar query with points to add
- aNewLayerHandle
-
Type:
GlobalMapper
.
GM_Layer_t
OUT: Handle for newly created layer
- aDescription
-
Type: string
IN: Description to use for layer (can be NULL to use default)
- aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Native projection of new layer (NULL to use projection from query)
- aReserved
-
Type: object
IN: Reserved for future use (should be NULL)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.