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

SurfaceZsResultStatus Enumeration
Defines the status types resulting from calling Map.GetZsFromSurfaceAsync().
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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also