Show / Hide Table of Contents

Method SetViewpointGeometryAsync

SetViewpointGeometryAsync(Geometry)

Zooms and pans the map view to the extent of the provided geometry.

Declaration
public Task<bool> SetViewpointGeometryAsync(Geometry boundingGeometry)
Parameters
Type Name Description
Geometry boundingGeometry

The geometry to zoom to.

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

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

Remarks

If you want to center and zoom on a point, use SetViewpointCenterAsync(MapPoint, Double).

Applies to

Platforms and versions
TargetVersions
.NET Windows100.13 - 200.7
.NET Framework100.0 - 200.7

SetViewpointGeometryAsync(Geometry, Double)

Zooms and pans the map view to the extent of the provided geometry with additional padding.

Declaration
public Task<bool> SetViewpointGeometryAsync(Geometry boundingGeometry, double padding)
Parameters
Type Name Description
Geometry boundingGeometry

The geometry to zoom to.

System.Double padding

The minimum amount of padding around the bounding geometry in pixels.

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

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

Remarks

If you want to center and zoom on a point, use SetViewpointCenterAsync(MapPoint, Double).

Applies to

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