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

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

    Parameters

    geometry
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also