Show / Hide Table of Contents

Method SetViewpointRotationAsync

SetViewpointRotationAsync(Double)

Sets the rotation angle of the map

Declaration
public Task<bool> SetViewpointRotationAsync(double angleDegrees)
Parameters
Type Name Description
Double angleDegrees

Rotation angle in degrees.

Returns
Type Description
Task<Boolean>

True if the rotation animation completed, false if it was interrupted by another view navigation.

Remarks

Angle will be normalized between 0 and 360 degrees.

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 200.0
In This Article
Back to top Copyright © 2022 Esri.