====== ThinkGeo.MapSuite.WpfDesktopEdition.MapTools ======
{{section>upgrade_map_suite_to_10.0}}
Contains the different map tools as properties and acts as an entrance for setting these map controls.
===== Inheritance Hierarchy =====
*System.Object
*System.Collections.ObjectModel.Collection`1[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool, WpfDesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]
*ThinkGeo.MapSuite.Core.GeoCollection`1[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool, WpfDesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]
***ThinkGeo.MapSuite.WpfDesktopEdition.MapTools**
===== Members Summary =====
==== Public Constructors ====
** {{wiki:PublicMethod.gif|}} MapTools() **
* //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 ==
** {{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.
==== Protected Constructors ====
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} Refresh() **
* //Refreshes all the map tools objects maintaining in the MapTools object.//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Refresh.28.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetKeys() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#GetKeys.28.29//
== Return Value ==
* Type:Collection
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Add(String,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#Add.28String.2C_MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Add(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#Add.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} Insert(Int32,String,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_String.2C_MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //index//
* Type:Int32
* Description:N/A
* //key//
* Type:String
* Description:N/A
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Remove(String) **
* //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.28String.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveUp(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#MoveUp.28Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //index//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveUp(String) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveUp.28String.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveUp(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#MoveUp.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveDown(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#MoveDown.28Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //index//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveDown(String) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveDown.28String.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveDown(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#MoveDown.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToTop(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#MoveToTop.28Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //index//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToTop(String) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToTop.28String.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToTop(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#MoveToTop.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToBottom(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#MoveToBottom.28Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //index//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToBottom(String) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MoveToBottom.28String.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveToBottom(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#MoveToBottom.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveTo(Int32,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#MoveTo.28Int32.2C_Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //fromIndex//
* Type:Int32
* Description:N/A
* //toIndex//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveTo(String,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#MoveTo.28String.2C_Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
* //toIndex//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} MoveTo(MapTool,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#MoveTo.28MapTool.2C_Int32.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
* //toIndex//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} Contains(String) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Contains.28String.29//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //key//
* Type:String
* Description:N/A
** {{wiki:PublicMethod.gif|}} Add(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#Add.28MapTool.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} Clear() **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Clear.28.29//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} CopyTo(MapTool[],Int32) **
* //N/A//
== Remarks ==
* //For the most updated Info for this topic, please check it here://
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
* //array//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool[]|MapTool[]]]
* Description:N/A
* //index//
* Type:Int32
* Description:N/A
** {{wiki:PublicMethod.gif|}} Contains(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#Contains.28MapTool.29//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //item//
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetEnumerator() **
* //N/A//
== Remarks ==
* //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 Value ==
* Type:IEnumerator<[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool|MapTool]]>
* Description:N/A
== Parameters ==
** {{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
** {{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
** {{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
** {{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
** {{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 ==
** {{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
** {{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 ==
** {{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 ==
==== 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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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 ==
** {{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
** {{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
** {{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
** {{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 ==
** {{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 ==
==== Public Properties ====
** {{wiki:PublicProperty.gif|}} Logo **
Gets a shortcut of LogoMapTool object.
== Remarks ==
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#Logo
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool|LogoMapTool]]
** {{wiki:PublicProperty.gif|}} MouseCoordinate **
Gets a shortcut of MouseCoordinate object.
== Remarks ==
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#MouseCoordinate
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]]
** {{wiki:PublicProperty.gif|}} PanZoomBar **
Gets a shortcut of PanZoomBar object.
== Remarks ==
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#PanZoomBar
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool|PanZoomBarMapTool]]
** {{wiki:PublicProperty.gif|}} ScaleLine **
Gets a shortcut of ScaleLine object.
== Remarks ==
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTools#ScaleLine
== Return Value ==
* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool|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]]
** {{wiki:PublicEvent.gif|}} Adding **
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
Event Arguments:[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]
** {{wiki:PublicEvent.gif|}} Added **
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
Event Arguments:[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]
** {{wiki:PublicEvent.gif|}} ClearingItems **
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
Event Arguments:[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]
** {{wiki:PublicEvent.gif|}} ClearedItems **
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
Event Arguments:[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]
** {{wiki:PublicEvent.gif|}} CollectionChanged **
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
Event Arguments:
** {{wiki:PublicEvent.gif|}} PropertyChanged **
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
Event Arguments: