ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Layer Class / GetZsAsync Method / GetZsAsync(Double,Double,SurfaceZsMissingHandler) Method

In This Topic
    GetZsAsync(Double,Double,SurfaceZsMissingHandler) Method
    In This Topic
    calling code can be run on any thread
    Syntax
    Public Overloads Function GetZsAsync( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal missingHandler As SurfaceZsMissingHandler _
    ) As Task(Of SurfaceZsResult)

    Parameters

    x
    y
    missingHandler
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also