ArcGIS Runtime SDK for WPF - Library Reference
HeightFromBaseAndTopTaskAsync(MapPoint,MapPoint,MensurationHeightParameter,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class > HeightFromBaseAndTopTaskAsync Method : HeightFromBaseAndTopTaskAsync(MapPoint,MapPoint,MensurationHeightParameter,CancellationToken) Method

basePoint
The point located at the base of the structure.
topPoint
The point located at the top of the structure.
parameters
Parameters used in the calculation of the height of the structure.
cancellationToken
The cancellation token.
Asynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structure.

Syntax

Visual Basic (Declaration) 
Public Overloads Function HeightFromBaseAndTopTaskAsync( _
   ByVal basePoint As MapPoint, _
   ByVal topPoint As MapPoint, _
   ByVal parameters As MensurationHeightParameter, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of MensurationHeightResult)

Parameters

basePoint
The point located at the base of the structure.
topPoint
The point located at the top of the structure.
parameters
Parameters used in the calculation of the height of the structure.
cancellationToken
The cancellation token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.