ArcGIS Pro 2.6 API Reference Guide
GetZsFromSurfaceAsync(Geometry,String,SurfaceZsMissingHandler) Method

ArcGIS.Desktop.Mapping Namespace > Map Class > GetZsFromSurfaceAsync Method : GetZsFromSurfaceAsync(Geometry,String,SurfaceZsMissingHandler) Method
the input geometry
identifies the surface to be used - if specified null, then the default Ground Surface will be used
provides options to handle missing Zs in the surface
Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from an Elevation Surface identified by the given surface name.
Syntax
Public Overloads Function GetZsFromSurfaceAsync( _
   ByVal geometry As Geometry, _
   ByVal surfaceName As String, _
   ByVal missingHandler As SurfaceZsMissingHandler _
) As Task(Of SurfaceZsResult)

Parameters

geometry
the input geometry
surfaceName
identifies the surface to be used - if specified null, then the default Ground Surface will be used
missingHandler
provides options to handle missing Zs in the surface

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 surface named surfaceName
this Map does not have a default Ground Surface (when surfaceName is specified null)
this Map does not have a CIM definition
this Map does not have any surfaces
Remarks
The missingHandler will be used to determine what to do if the surface has no data at a particular input geometry point. The corresponding output geometry point or vertex Z will be set to the value specified in the provided missingHandler.OutputZ property. The missingHandler.OnlyProcessMissingZs parameter can be used to overwrite all Z values or only those that are designated as missing based on a comparison the InputZ value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Map Class
Map Members
Overload List