Show / Hide Table of Contents

Method SetViewpointGeometryAsync

SetViewpointGeometryAsync(Geometry)

Zooms to the provided geometry.

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

The geometry to zoom to.

Returns
Type Description
Task<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 6.0 Windows100.13 - 200.0

SetViewpointGeometryAsync(Geometry, Double)

Zooms to the provided geometry and leaves some padding around the geometry.

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

The geometry to zoom to.

Double padding

Minimum amount of padding around the bounding geometry in pixels.

Returns
Type Description
Task<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 6.0 Windows100.13 - 200.0
In This Article
Back to top Copyright © 2022 Esri.