User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.maptools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.maptools [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.maptools [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.MapTools ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.MapTools ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Contains the different map tools as properties and acts as an entrance for setting these map controls. Contains the different map tools as properties and acts as an entrance for setting these map controls.
-=== Remarks === 
-This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-    * PublicKeyToken=null]] +    *System.Collections.ObjectModel.Collection`1[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool, WpfDesktopEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]] 
-      * Culture=neutral +      *ThinkGeo.MapSuite.Core.GeoCollection`1[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool, WpfDesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]] 
-        * Version=9.0.0.0 +        ***ThinkGeo.MapSuite.WpfDesktopEdition.MapTools**
-***** WpfDesktopEdition +
-******[[System.Collections.ObjectModel.Collection‹T›[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool]] +
-******* PublicKeyToken=null]] +
-******** Culture=neutral +
-********* ​Version=9.0.0.0 +
-********** WpfDesktopEdition +
-***********[[ThinkGeo.MapSuite.Core.GeoCollection‹T›[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool]] +
-************[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTools]]+
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MapTools() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MapTools()|MapTools]] ​  ​| ​   |    | Constructor of MapTools class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapTools(WpfMap)|MapTools]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]] ​  ​| ​   | Constructor of MapTools class. ​  |+
  
 +  * //​Constructor of MapTools class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28.29//​
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MapTools(WpfMap) **
 +
 +  * //​Constructor of MapTools class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28WpfMap.29//​
 +== Parameters ==
 +  * //wpfMap//
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]]
 +    * Description:​A WpfMap object that all map tools in this object is based on.
 +
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Refresh() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Add(MapTool)|Add]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(String,​ MapTool)|Add]] ​  | String, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Add(MapTool)|Add]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Clear()|Clear]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Contains(String)|Contains]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Contains(MapTool)|Contains]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CopyTo(MapTool[],​ Int32)|CopyTo]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]][],​ Int32   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetEnumerator()|GetEnumerator]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetKeys()|GetKeys]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IndexOf(MapTool)|IndexOf]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ MapTool)|Insert]] ​  | Int32, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ MapTool)|Insert]] ​  | Int32, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Insert(Int32,​ String, MapTool)|Insert]] ​  | Int32, String, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(Int32)|MoveDown]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(String)|MoveDown]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveDown(MapTool)|MoveDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(String,​ Int32)|MoveTo]] ​  | String, Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(Int32,​ Int32)|MoveTo]] ​  | Int32, Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveTo(MapTool,​ Int32)|MoveTo]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]],​ Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(String)|MoveToBottom]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(Int32)|MoveToBottom]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToBottom(MapTool)|MoveToBottom]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(MapTool)|MoveToTop]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(Int32)|MoveToTop]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveToTop(String)|MoveToTop]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(MapTool)|MoveUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(String)|MoveUp]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MoveUp(Int32)|MoveUp]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] ​  ​| ​   |    | Refreshes all the map tools objects maintaining in the MapTools object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Remove(MapTool)|Remove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Remove(String)|Remove]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveAt(Int32)|RemoveAt]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Refreshes all the map tools objects maintaining in the MapTools object.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ClearItems()|ClearItems]] ​  ​| ​   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +  * //For the most updated Info for this topicplease check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Refresh.28.29//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InsertItem(Int32MapTool)|InsertItem]] ​  | Int32, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​OnAdded(AddedGeoCollectionEventArgs)|OnAdded]] ​  | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAdding(AddingGeoCollectionEventArgs)|OnAdding]] ​  | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnClearedItems(ClearedItemsGeoCollectionEventArgs)|OnClearedItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#OnClearingItems(ClearingItemsGeoCollectionEventArgs)|OnClearingItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCollectionChanged(NotifyCollectionChangedEventArgs)|OnCollectionChanged]] ​  | NotifyCollectionChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnInserted(InsertedGeoCollectionEventArgs)|OnInserted]] ​  | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnInserting(InsertingGeoCollectionEventArgs)|OnInserting]] ​  | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnPropertyChanged(PropertyChangedEventArgs)|OnPropertyChanged]] ​  | PropertyChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRemoved(RemovedGeoCollectionEventArgs)|OnRemoved]] ​  | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRemoving(RemovingGeoCollectionEventArgs)|OnRemoving]] ​  | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveItem(Int32)|RemoveItem]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetItem(Int32,​ MapTool)|SetItem]] ​  | Int32, [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>​(overriden) ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Count|Count]] ​  | Int32   | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Item|Item]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Item|Item]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Logo|Logo]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool|LogoMapTool]] ​  ​| ​   | Gets a shortcut of LogoMapTool object. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseCoordinate|MouseCoordinate]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] ​  ​| ​   | Gets a shortcut of MouseCoordinate object. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​PanZoomBar|PanZoomBar]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool|PanZoomBarMapTool]] ​  ​| ​   | Gets a shortcut of PanZoomBar object. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ScaleLine|ScaleLine]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool|ScaleLineMapTool]] ​  ​| ​   | Gets a shortcut of ScaleLine object. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​Items|Items]] ​  | IList<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  | Collection<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   |+** {{wiki:PublicMethod.gif|}} ​GetKeys() **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Added|Added]] ​  | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetKeys.28.29//
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Adding|Adding]] ​  | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ClearedItems|ClearedItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ClearingItems|ClearingItems]] ​  | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#CollectionChanged|CollectionChanged]] ​  | NotifyCollectionChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Inserted|Inserted]] ​  | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Inserting|Inserting]] ​  | [[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​PropertyChanged|PropertyChanged]] ​  | PropertyChangedEventArgs ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Removed|Removed]] ​  | [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Removing|Removing]] ​  | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> ​  ​| ​   |+
  
-===== Public Constructors ===== +== Return Value == 
-==== MapTools() ==== +  * Type:Collection<String
-Constructor of MapTools class. +  ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28.29</​a+
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== MapTools(WpfMap) ​==== +<div newline></div
-Constructor of MapTools class. +** {{wiki:​PublicMethod.gif|}} Add(String,​MapTool) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28WpfMap.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MapTools.28WpfMap.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| wpfMap ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap|WpfMap]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap --> ​  | A WpfMap object that all map tools in this object is based on.   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28String.2C_MapTool.29//
-==== Add(MapTool) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== Add(String, MapTool) ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28String.2C_MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28String.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //item// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-| key   | String<​!-- System.String --> ​  ​| ​   | +    * Description:​N/​A
-| item   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Add(MapTool) ​**
-==== Add(MapTool) ​==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Clear() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Clear.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Clear.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //item// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} Insert(Int32,​MapTool) **
-==== Contains(String) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28String.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| key   | String<​!-- System.String --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29//​
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Contains(MapTool) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //index// 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //item// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-==== CopyTo(MapTool[],​ Int32) ==== +    * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Insert(Int32,​String,​MapTool) **
-| array   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]][]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool[[]] --  |    | +
-index   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_String.2C_MapTool.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Equals.28Object.29" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//index// 
-==== GetEnumerator() ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetEnumerator.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetEnumerator.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| IEnumerator<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]><​!-- System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> ​  ​| ​   |+
  
-=== Parameters === +  * //key// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //item// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-==== GetHashCode() ==== +    * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Remove(String) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetKeys() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Remove.28String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetKeys.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetKeys.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== GetType() ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} MoveUp(Int32) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== IndexOf(MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28Int32.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​IndexOf.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​IndexOf.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//index// 
-==== Insert(Int32,​ MapTool) ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveUp(String) **
-| index   | Int32<!-- System.Int32 --  |    | +
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   ​|+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Insert(Int32,​ MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== Insert(Int32,​ String, MapTool) ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_String.2C_MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_String.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveUp(MapTool) **
-| index   | Int32<!-- System.Int32 --  |    | +
-| key   | String<!-- System.String --  |    | +
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveDown(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28MapTool.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//item// 
-==== MoveDown(String) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveDown(Int32) **
-| key   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveDown(MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28Int32.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//index// 
-==== MoveTo(String,​ Int32) ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28String.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28String.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveDown(String) **
-| key   | String<!-- System.String --  |    | +
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveTo(Int32,​ Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28Int32.2C_Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28Int32.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| fromIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== MoveTo(MapTool,​ Int32) ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28MapTool.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28MapTool.2C_Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveDown(MapTool) **
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --  |    | +
-| toIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveToBottom(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveDown.28MapTool.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28String.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | String<​!-- System.String --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//item// 
-==== MoveToBottom(Int32) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32) **
-index   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveToBottom(MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28Int32.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//index// 
-==== MoveToTop(MapTool) ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28MapTool.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveToTop(String) **
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveToTop(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== MoveToTop(String) ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveToTop(MapTool) **
-| key   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveUp(MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToTop.28MapTool.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//item// 
-==== MoveUp(String) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) **
-| key   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MoveUp(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28Int32.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveUp.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//index// 
-==== Refresh() ​==== +    ​* ​Type:Int32 
-Refreshes all the map tools objects maintaining in the MapTools object. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Refresh.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Refresh.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} MoveToBottom(String) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Remove(MapTool) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Remove.28MapTool.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Remove.28MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//key// 
-==== Remove(String) ​==== +    ​* ​Type:String 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Remove.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Remove.28String.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveToBottom(MapTool) **
-| key   | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RemoveAt(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveToBottom.28MapTool.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveAt.28Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveAt.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//item// 
-==== ToString() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,​Int32) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28Int32.2C_Int32.29//
-==== ClearItems() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//fromIndex// 
-==== Finalize() ​==== +    ​* ​Type:Int32 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //toIndex// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} MoveTo(String,​Int32) **
-==== InsertItem(Int32,​ MapTool) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​InsertItem.28Int32.2C_MapTool.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​InsertItem.28Int32.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28String.2C_Int32.29//
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //key// 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //toIndex// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== OnAdded(AddedGeoCollectionEventArgs) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MoveTo(MapTool,​Int32) **
-| e   | [[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnAdding(AddingGeoCollectionEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MoveTo.28MapTool.2C_Int32.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//item// 
-==== OnClearedItems(ClearedItemsGeoCollectionEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //toIndex// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| e   | [[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} Contains(String) **
-==== OnClearingItems(ClearingItemsGeoCollectionEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28String.29//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== OnCollectionChanged(NotifyCollectionChangedEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //key// 
-| e   | NotifyCollectionChangedEventArgs<​!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} Add(MapTool) **
-==== OnInserted(InsertedGeoCollectionEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Add.28MapTool.29//
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnInserting(InsertingGeoCollectionEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //item// 
-| e   ​| ​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} Clear() **
-==== OnPropertyChanged(PropertyChangedEventArgs) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | PropertyChangedEventArgs<​!-- System.ComponentModel.PropertyChangedEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Clear.28.29//​
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnRemoved(RemovedGeoCollectionEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-e   ​| ​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} CopyTo(MapTool[],Int32) **
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnRemoving(RemovingGeoCollectionEventArgs) ==== +  * //For the most updated Info for this topic, please check it here://
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//array// 
-==== RemoveItem(Int32) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool[]|MapTool[]]] 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveItem.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveItem.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //index// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} Contains(MapTool) **
-==== SetItem(Int32,​ MapTool) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​SetItem.28Int32.2C_MapTool.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​SetItem.28Int32.2C_MapTool.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Contains.28MapTool.29//
-| item   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  ​| ​   |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-===== Public Properties ===== +  * Description:​N/​A
-==== Count ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Count"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Count</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//item// 
-==== Item ==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
-=== Remarks === +    * Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} ​--+<div newline></​div>​ 
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetEnumerator() ** 
-==== Item ==== + 
-=== Remarks === +  * //N/A// 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29" target="​_blank"​>​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29</a+== Remarks == 
-=== Return Value === +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetEnumerator.28.29//​ 
-Return Type ^ + 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTool ​--  ​|+== Return Value == 
 +  * Type:​IEnumerator<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>​ 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IndexOf(MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​IndexOf.28MapTool.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​PublicMethod.gif|}} Insert(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Insert.28Int32.2C_MapTool.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Remove(MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Remove.28MapTool.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveAt.28Int32.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks =
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ToString.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Equals.28Object.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetHashCode.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​GetType.28.29// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} OnInserting(InsertingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnInserted(InsertedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></div> 
 +** {{wiki:​ProtectedMethod.gif|}} OnRemoving(RemovingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRemoved(RemovedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29//​ 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnAdding(AddingGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnAdded(AddedGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnClearingItems(ClearingItemsGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnClearedItems(ClearedItemsGeoCollectionEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​InsertItem.28Int32.2C_MapTool.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​RemoveItem.28Int32.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ClearItems() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​MapTool) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​SetItem.28Int32.2C_MapTool.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //index// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //item// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnCollectionChanged(NotifyCollectionChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​NotifyCollectionChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(PropertyChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​PropertyChangedEventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Logo **
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> 
-[[#Public Properties|Go Back]] 
-==== Logo ==== 
 Gets a shortcut of LogoMapTool object. Gets a shortcut of LogoMapTool object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Logo" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Logo</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Logo 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool|LogoMapTool]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool|LogoMapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} MouseCoordinate **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MouseCoordinate ==== 
 Gets a shortcut of MouseCoordinate object. Gets a shortcut of MouseCoordinate object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MouseCoordinate" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MouseCoordinate</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​MouseCoordinate 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} PanZoomBar **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== PanZoomBar ==== 
 Gets a shortcut of PanZoomBar object. Gets a shortcut of PanZoomBar object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​PanZoomBar" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​PanZoomBar</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​PanZoomBar 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool|PanZoomBarMapTool]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool|PanZoomBarMapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ScaleLine **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== ScaleLine ==== 
 Gets a shortcut of ScaleLine object. Gets a shortcut of ScaleLine object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ScaleLine" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ScaleLine</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ScaleLine 
-=== Return Value === +== Return Value == 
-Return Type ^ +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool|ScaleLineMapTool]] 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool|ScaleLineMapTool]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool --  ​|+ 
 +** {{wiki:​PublicProperty.gif|}} Item ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29 
 +== Return Value =
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Count ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​Count 
 +== Return ​Value == 
 +  * Type:Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} Item ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]] 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} Items ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29 
 +== Return Value == 
 +  * Type:IList<[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]> 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} Inserting ** 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} Inserted ** 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} Removing ** 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} Removed ** 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapTools --> +** {{wiki:​PublicEvent.gif|}} Adding ** 
-[[#Public Properties|Go Back]] +N/A 
-===== Protected Properties ===== +== Remarks == 
-==== Items ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​ClearItems.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| IList<​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]><​!-- System.Collections.Generic.IList{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> ​  |+
  
-<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== Added ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} Added ** 
-[[#Public Events|Go Back]] +N/A 
-==== Adding ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdded.28AddedGeoCollectionEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnAdding.28AddingGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== ClearedItems ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}ClearingItems ** 
-[[#Public Events|Go Back]] +N/A 
-==== ClearingItems ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearingItems.28ClearingItemsGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== CollectionChanged ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| NotifyCollectionChangedEventArgs<​!-- System.Collections.Specialized.NotifyCollectionChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} ClearedItems ** 
-[[#Public Events|Go Back]] +N/A 
-==== Inserted ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnClearedItems.28ClearedItemsGeoCollectionEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserted.28InsertedGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]
-[[#Public Events|Go Back]] +
-==== Inserting ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnInserting.28InsertingGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]<!-- ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} CollectionChanged ** 
-[[#Public Events|Go Back]] +N/A 
-==== PropertyChanged ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnCollectionChanged.28NotifyCollectionChangedEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| PropertyChangedEventArgs<​!-- System.ComponentModel.PropertyChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:
-[[#Public Events|Go Back]] +
-==== Removed ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoved.28RemovedGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool--> +** {{wiki:​PublicEvent.gif|}} PropertyChanged ** 
-[[#Public Events|Go Back]] +N/A 
-==== Removing ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnPropertyChanged.28PropertyChangedEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#​OnRemoving.28RemovingGeoCollectionEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]<​!-- ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} --> +Event Arguments:
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.maptools.1440040136.txt.gz · Last modified: 2015/09/18 03:13 (external edit)