ArcGIS Explorer Component Help |
MapDisplay..::.ZoomTo<(Of <(T>)>) Method (IEnumerable<(Of <(T>)>)) |
MapDisplay Class See Also |
Zooms to the combined extent of a generic MapItem collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void ZoomTo<T>( IEnumerable<T> mapItems ) where T : MapItem |
Visual Basic (Declaration) |
---|
Public Sub ZoomTo(Of T As MapItem) ( _ mapItems As IEnumerable(Of T) _ ) |
Parameters
- mapItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(T>)>)
The collection of MapItems to zoom to.
Type Parameters
- T
- The type of MapItems contained by the generic collection.