Method SetViewpointRotationAsync
SetViewpointRotationAsync(double)
Sets the rotation of the map view to the provided angle.
Declaration
public Task<bool> SetViewpointRotationAsync(double angleDegrees)
Parameters
| Type | Name | Description |
|---|---|---|
| double | angleDegrees | The degrees to rotate to (in counterclockwise direction). |
Returns
| Type | Description |
|---|---|
| Task<bool> |
|
Remarks
Angle will be normalized between 0 and 360 degrees.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 100.13 - 300.0 |
| .NET Framework | 100.0 - 200.8 |