ArcGIS Pro 2.6 API Reference Guide
GetZsFromSurfaceAsync(Geometry) Method

ArcGIS.Desktop.Mapping Namespace > Map Class > GetZsFromSurfaceAsync Method : GetZsFromSurfaceAsync(Geometry) Method
the input geometry
Obtains a geometry that is similar to the given input geometry, where all Z values are populated from the default Ground Surface.
Syntax
public Task<SurfaceZsResult> GetZsFromSurfaceAsync( 
   Geometry geometry
)
Public Overloads Function GetZsFromSurfaceAsync( _
   ByVal geometry As Geometry _
) As Task(Of SurfaceZsResult)

Parameters

geometry
the input geometry

Return Value

a result that contains a status , plus an output geometry only if the status is favorable
Exceptions
ExceptionDescription
the input geometry is null
this Map does not have a default Ground Surface
this Map does not have a CIM definition
this Map does not have any surfaces
Remarks
If the surface has no data at a particular input geometry point, then the corresponding output geometry point Z will be set to the value specified in SurfaceZsMissingHandler.DefaultOutputZ.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Map Class
Map Members
Overload List