GM_LidarQuery_t .GetLidarQueryInfo Method (IntPtr, GM_LidarQueryInfo_t )
Gets information about Lidar query

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    GetLidarQueryInfo
                                    (
                                    IntPtr
                                    aLidarQuery
                                    ,
                                    out
                                    GM_LidarQueryInfo_t
                                    aQueryInfo
)
                                

Parameters

aLidarQuery
Type:  System . IntPtr
IN: Lidar query to query
aQueryInfo
Type:  GlobalMapper . GM_LidarQueryInfo_t
OUT: Information about query

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also