Show / Hide Table of Contents

Method SetViewpointCameraAsync

SetViewpointCameraAsync(Camera)

Changes the scene view to the new camera viewpoint asynchronously.

Declaration
public Task<bool> SetViewpointCameraAsync(Camera camera)
Parameters
Type Name Description
Camera camera

The new camera information for the scene view.

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

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

Remarks

Use SetViewpointCameraAsync(Camera, TimeSpan) to set a viewpoint that animates over a specified duration.

Exceptions
Type Condition
System.ArgumentNullException

camera

Applies to

Platforms and versions
TargetVersions
.NET Windows100.13 - 200.8

SetViewpointCameraAsync(Camera, TimeSpan)

Animates the display to the viewpoint specified by the given camera using the specified duration to arrive.

Declaration
public Task<bool> SetViewpointCameraAsync(Camera camera, TimeSpan duration)
Parameters
Type Name Description
Camera camera

The new camera information for the scene view.

System.TimeSpan duration

The time for the transition animation to complete.

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

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

Exceptions
Type Condition
System.ArgumentNullException

camera

Applies to

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