Method SetViewpointScaleAsync
SetViewpointScaleAsync(Double)
Zooms the map view to the provided scale around its current center point.
Declaration
public Task<bool> SetViewpointScaleAsync(double scale)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | scale | The scale to zoom to. For example, 50000 is a scale of 1:50,000. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |
|
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 100.13 - 200.8 |
| .NET Framework | 100.0 - 200.8 |