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.
Target Platforms:Windows Phone 7