ArcGIS Runtime SDK for WPF - Library Reference
HeightFromTopAndTopShadow Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > MensurationTask Class : HeightFromTopAndTopShadow Method

topPoint
The point located at the top 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.
Synchronous task that calculates the height of a structure from a point at the top of the structure to a point at the top of the structures shadow.

Syntax

Visual Basic (Declaration) 
Public Function HeightFromTopAndTopShadow( _
   ByVal topPoint As MapPoint, _
   ByVal topShadowPoint As MapPoint, _
   ByVal parameters As MensurationHeightParameter _
) As MensurationHeightResult
C# 
public MensurationHeightResult HeightFromTopAndTopShadow( 
   MapPoint topPoint,
   MapPoint topShadowPoint,
   MensurationHeightParameter parameters
)

Parameters

topPoint
The point located at the top 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.

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.