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