MapControl.TryTiltToAsync(Double) Method

Definition

Starts an asynchronous operation to tilt the map's camera to a specific orientation.

public:
 virtual IAsyncOperation<bool> ^ TryTiltToAsync(double angleInDegrees) = TryTiltToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryTiltToAsync(double const& angleInDegrees);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryTiltToAsync(double angleInDegrees);
function tryTiltToAsync(angleInDegrees)
Public Function TryTiltToAsync (angleInDegrees As Double) As IAsyncOperation(Of Boolean)

Parameters

angleInDegrees
Double

double

The final Pitch of the map's camera in degrees.

Returns

Contains the results of the operation: true if the operation completed successfully; otherwise, false.

Attributes

Remarks

See the remarks section of the TryTiltAsync method.

Applies to