Method SetViewpointAsync
SetViewpointAsync(Viewpoint)
Animates the view to the given Viewpoint location
Declaration
public Task<bool> SetViewpointAsync(Viewpoint viewpoint)
Parameters
Type | Name | Description |
---|---|---|
Viewpoint | viewpoint | Viewpoint object |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Boolean> |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
SetViewpointAsync(Viewpoint, TimeSpan)
Animates the view to the given Viewpoint location
Declaration
public Task<bool> SetViewpointAsync(Viewpoint viewpoint, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
Viewpoint | viewpoint | Viewpoint object |
TimeSpan | duration | Duration of the animation |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Boolean> |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |