Visual Basic (Declaration) | |
---|---|
Public Overloads Function HeightFromBaseAndTopShadowTaskAsync( _ ByVal basePoint As MapPoint, _ ByVal topShadowPoint As MapPoint, _ ByVal parameters As MensurationHeightParameter, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of MensurationHeightResult) |
C# | |
---|---|
public Task<MensurationHeightResult> HeightFromBaseAndTopShadowTaskAsync( MapPoint basePoint, MapPoint topShadowPoint, MensurationHeightParameter parameters, CancellationToken cancellationToken ) |
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.
- cancellationToken
- The cancellation token.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8