ArcGIS Pro 2.9 API Reference Guide
SurfaceZsResultStatus Enumeration

ArcGIS.Desktop.Mapping Namespace : 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
Cancelled Information: the calculation was cancelled, Zs are not available
InvalidState Error: something went wrong internally
NoSource The specified surface has no data 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

See Also

Reference

ArcGIS.Desktop.Mapping Namespace