ArcGIS API for Silverlight - Library Reference
HeightFromBaseAndTopShadowAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class : HeightFromBaseAndTopShadowAsync Method

basePoint
The point located at the base of the structure.
topShadowPoint
The point located at the top of the structures shadow.
parameters
Parameters used in the calculation of the height of the structure.
userToken
The user token.
Asynchronous task that calculates the height of a structure from a point at the base to a point at the top of the structures shadow.

Syntax

Visual Basic (Declaration) 
Public Sub HeightFromBaseAndTopShadowAsync( _
   ByVal basePoint As MapPoint, _
   ByVal topShadowPoint As MapPoint, _
   ByVal parameters As MensurationHeightParameter, _
   Optional ByVal userToken As Object _
) 
C# 
public void HeightFromBaseAndTopShadowAsync( 
   MapPoint basePoint,
   MapPoint topShadowPoint,
   MensurationHeightParameter parameters,
   object userToken
)

Parameters

basePoint
The point located at the base of the structure.
topShadowPoint
The point located at the top of the structures shadow.
parameters
Parameters used in the calculation of the height of the structure.
userToken
The user token.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.