ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SurfaceZsResultStatus Enumeration

In This Topic
    SurfaceZsResultStatus Enumeration
    In This Topic
    Defines the status types resulting from calling Map.GetZsFromSurfaceAsync(). See SurfaceZsResult
    Syntax
    Members
    MemberDescription
    CalculationError Error: something went wrong when calculating, probably a SpatialReference issue.
    Canceled Information: the calculation was canceled, Zs are not available
    InvalidState Error: something went wrong internally.
    NoVisibleSourceThe specified ElevationSurfaceLayer has no visible elevation sources, all Zs were set to a constant value, Zs are available.
    Ok Calculation went fine, Zs are available.
    OutsideDomain Information: input is entirely outside the surface domain, Zs are not available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.SurfaceZsResultStatus

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also