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

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

    Parameters

    x
    y
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also