Overload | Description |
---|---|
ZoomToAsync(Camera,Nullable<TimeSpan>) | Zoom the view to a camera position. |
ZoomToAsync(Bookmark,Nullable<TimeSpan>) | Zoom the view to the position defined in a bookmark. |
ZoomToAsync(Geometry,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent defined by a geometry. |
ZoomToAsync(Layer,Boolean,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of a layer. |
ZoomToAsync(IEnumerable<Layer>,Boolean,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more layers. |
ZoomToAsync(BasicFeatureLayer,Int64,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of a feature. |
ZoomToAsync(BasicFeatureLayer,Int64,Nullable<TimeSpan>,Boolean,Nullable<Double>,Nullable<Double>) | Zoom the view to the extent of a feature. |
ZoomToAsync(BasicFeatureLayer,IEnumerable<Int64>,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more features. |
ZoomToAsync(SelectionSet,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more features. |