User Tools

Site Tools


thinkgeo.mapsuite.webedition.highlightfeatureoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.highlightfeatureoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webedition.highlightfeatureoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay ====== ====== ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents a FeatureOverlay that can easily apply a highlight style or hook event to the features in it. Represents a FeatureOverlay that can easily apply a highlight style or hook event to the features in it.
-=== Remarks === 
-The &​lt;​strong&​gt;​HighlightFeatureOverlay&​lt;/​strong&​gt;​ class has a &​lt;​strong&​gt;​HighlightStyle&​lt;/​strong&​gt;​ property which determines the style of features when you move your mouse over them. By setting this property, you can add an attractive highlight effect.The &​lt;​strong&​gt;​HighlightFeatureOverlay&​lt;/​strong&​gt;​ class also has a &​lt;​strong&​gt;​Click&​lt;/​strong&​gt;​ event and a &​lt;​strong&​gt;​ContextMenu&​lt;/​strong&​gt;​ property that can be attached to its features. When you click or right-click on the features, the event will be fired or the context menu will pop up, respectively.The &​lt;​strong&​gt;​OnClientClick&​lt;/​strong&​gt;​ property holds the Javascript that will be executed before the &​lt;​strong&​gt;​Click&​lt;/​strong&​gt;​ event. If you return &​lt;​strong&​gt;​false&​lt;/​strong&​gt;​ in the Javascript, the &​lt;​strong&​gt;​Click&​lt;/​strong&​gt;​ event will not be fired.You can only accesss the &​lt;​strong&​gt;​HighlightFeatureOverlay&​lt;/​strong&​gt;​ instance by using &​lt;​strong&​gt;​Map.HighlightOverlay&​lt;/​strong&​gt;​. You cannot create an instance by yourself.&​lt;​strong&​gt;​Note:&​lt;/​strong&​gt;​ Because the &​lt;​strong&​gt;​HighlightFeatureOverlay&​lt;/​strong&​gt;​ serializes and paints all of its features to the client side, there might be a performance impact if you add too many features to its &​lt;​strong&​gt;​Features&​lt;/​strong&​gt;​ collection. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.Overlay]] +    *ThinkGeo.MapSuite.WebEdition.Overlay 
-***[[ThinkGeo.MapSuite.WebEdition.FeatureOverlay]] +      *ThinkGeo.MapSuite.WebEdition.FeatureOverlay 
-****[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay]]+        ***ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+==== Protected Constructors ==== 
 +** {{wiki:​ProtectedMethod.gif|}} HighlightFeatureOverlay(String) **
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​N/​A
  
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToJson() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Returns a JSON string which contains the information for creating an overlay at the client side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //Returns a JSON string which contains the information for creating an overlay at the client side.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ToJson.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​A JSON string which is used to create an overlay at the client side.
 +
 +== Parameters ==
 +<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.WebEdition.HighlightFeatureOverlay#​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.WebEdition.HighlightFeatureOverlay#​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.WebEdition.HighlightFeatureOverlay#​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.WebEdition.HighlightFeatureOverlay#​GetType.28.29//​
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} OnClick(HighlightFeatureOverlayClickEventArgs) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#OnClick(HighlightFeatureOverlayClickEventArgs)|OnClick]] ​  | [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]] ​  ​| ​   | Raises the click event on the HighlightFeatureOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTick(EventArgs)|OnTick]] ​  | EventArgs ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Raises the Tick event of the MarkerOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] ​  | Page   | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Registers a Javascript library URL string to the client HTML page.   |+
  
-==== Public Properties ==== +  ​* //​Raises ​the click event on the HighlightFeatureOverlay.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  ​| String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the time interval in which the MarkerOverlay refreshes itself. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Columns|Columns]] ​  | Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets a collection of FeatureSourceColumns,​ which specifies the column names of the feature data.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContextMenu|ContextMenu]] ​  | [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] ​  ​| ​   | Gets or sets the shortcut menu associated with the HighlightFeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditTools|EditTools]] ​  | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets the EditTools that allow you to easily edit features in the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeatureSource|FeatureSource]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets the FeatureSource of the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Features|Features]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets a collection of features that will be serialized to the client ​for drawing and editing. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​HighlightStyle|HighlightStyle]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] ​  ​| ​   | Gets or sets a FeatureOverlayStyle that will be applied to the features when the mouse pointer is over them.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets the identifier for the overlay to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBaseOverlay|IsBaseOverlay]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is a base overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientClick|OnClientClick]] ​  | String ​  ​| ​   | Gets or sets the client-side script that executes when the HighlightFeatureOverlay ​is clicked. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​QueryTools|QueryTools]] ​  | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets the QueryTools that allow you to easily query features from the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Style|Style]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side.   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​HasClickEvent|HasClickEvent]] ​  | Boolean ​  ​| ​   | Gets a flag that check whether it raise an event on the client side.   | +  * Description:N/A
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​HasTickEvent|HasTickEvent]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Indicates whether the overlay supports tick event. ​  | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​OverlayType|OverlayType]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) ​  ​| ​   |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //e// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Click|Click]] ​  ​| ​[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]] ​  |    | Occurs when the HighlightFeatureOverlay is clicked. ​  | +    * Type:​[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Tick|Tick]] ​  | EventArgs ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server  |+    * Description:A HighlightFeatureOverlayClickEventArgs that contains ​the event data.
  
-===== Public Constructors ===== +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​ProtectedMethod.gif|}} 4xM=(Double,​Double,​String) **
-===== Public Methods ===== +
-==== Equals(Object) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Equals.28Object.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Equals.28Object.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== 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.WebEdition.HighlightFeatureOverlay#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​longitude//​ 
 +    * Type:Double 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //latitude// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Double 
-==== GetType() ==== +    ​* 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.WebEdition.HighlightFeatureOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​featureId//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} 5BM=() **
-==== ToJson() ==== +
-Returns a JSON string which contains the information for creating an overlay at the client side. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ToJson.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ToJson.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | A JSON string which is used to create an overlay at the client side.   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * 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.WebEdition.HighlightFeatureOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} 5RM=(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  ​* ​//N/A//
-==== Finalize() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Finalize.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//​target//​ 
-==== MemberwiseClone() ​==== +    ​* ​Type:Object 
-=== 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.WebEdition.HighlightFeatureOverlay#​MemberwiseClone.28.29" ​target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} 5hM=() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnClick(HighlightFeatureOverlayClickEventArgs) ==== +  ​* ​//N/A//
-Raises the click event on the HighlightFeatureOverlay. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]]<​!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs --> ​  ​| ​HighlightFeatureOverlayClickEventArgs that contains the event data.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnTick(EventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} 5xM=(Object) **
-Raises the Tick event of the MarkerOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | EventArgs<​!-- System.EventArgs --> ​  | An System.EventArgs object that contains the event data.   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== RegisterJavaScriptLibraryCore(Page) ==== +  * Description:N/A
-Registers a Javascript library URL string to the client HTML page. +
-=== Remarks === +
-The &​lt;​strong&​gt;​RegisterJavaScriptLibraryCore&​lt;/​strong&​gt;​ method allows derived classes to override and register their own Javascript library URL to the HTML page. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​target//​ 
-| page   | Page<!-- System.Web.UI.Page --> ​  | The page object that is used for registering the javascript library. ​  |+    * Type:Object 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} 3xM=(Page) **
-===== Public Properties ===== +
-==== Attribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Attribution"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Attribution</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AutoRefreshInterval ==== +  ​* ​//N/A//
-Gets or sets the time interval in which the MarkerOverlay refreshes itself. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​AutoRefreshInterval"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​AutoRefreshInterval</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== Columns ​==== +  * Description:​N/​A 
-Gets a collection of FeatureSourceColumns,​ which specifies ​the column names of the feature data+ 
-=== Remarks ​=== +== Parameters == 
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Columns"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Columns</a> +  * //page// 
-=== Return Value === +    * Type:Page 
-^ Return ​Type ^ +    * Description:​N/​A 
-| Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} --> ​  |+ 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** 
 + 
 +  * //Registers a Javascript library URL string to the client HTML page.// 
 +== Remarks == 
 +  * //The <​strong>​RegisterJavaScriptLibraryCore</​strong>​ method allows derived classes to override and register their own Javascript library URL to the HTML page.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //page// 
 +    * Type:Page 
 +    * Description:​The page object that is used for registering the javascript library. 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTick(EventArgs) ** 
 + 
 +  * //​Raises ​the Tick event of the MarkerOverlay.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​EventArgs 
 +    * Description:​An System.EventArgs object that contains the event data. 
 + 
 +<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.WebEdition.HighlightFeatureOverlay#​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.WebEdition.HighlightFeatureOverlay#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div> 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} HighlightStyle ** 
 + 
 +Gets or sets a FeatureOverlayStyle that will be applied to the features when the mouse pointer is over them. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContextMenu **
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> 
-[[#Public Properties|Go Back]] 
-==== ContextMenu ==== 
 Gets or sets the shortcut menu associated with the HighlightFeatureOverlay. Gets or sets the shortcut menu associated with the HighlightFeatureOverlay.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ContextMenu" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ContextMenu</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​ContextMenu 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]
-[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]<!-- ThinkGeo.MapSuite.WebEdition.ContextMenu --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> +** {{wiki:PublicProperty.gif|}} OnClientClick **
-[[#Public Properties|Go Back]] +
-==== EditTools ==== +
-Gets the EditTools that allow you to easily edit features in the FeatureOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​EditTools"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​EditTools</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.EditTools|EditTools]]<​!-- ThinkGeo.MapSuite.Core.EditTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +Gets or sets the client-side script that executes when the HighlightFeatureOverlay is clicked
-[[#Public Properties|Go Back]] +== Remarks == 
-==== FeatureSource ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClientClick 
-Gets the FeatureSource of the FeatureOverlay+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​FeatureSource"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​FeatureSource</​a>​ + 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Features **
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> 
-[[#Public Properties|Go Back]] 
-==== Features ==== 
 Gets a collection of features that will be serialized to the client for drawing and editing. Gets a collection of features that will be serialized to the client for drawing and editing.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Features" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Features</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Features 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCollection<​T>[[ThinkGeo.MapSuite.Core.Feature, MapSuiteCore,​ Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<T>]]
-[[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.Feature} --  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +** {{wiki:PublicProperty.gif|}} FeatureSource **
-[[#Public Properties|Go Back]] +
-==== HighlightStyle ==== +
-Gets or sets a FeatureOverlayStyle that will be applied to the features when the mouse pointer is over them. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]]<​!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> +Gets the FeatureSource of the FeatureOverlay
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Id ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​FeatureSource 
-Gets the identifier for the overlay to be found+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Id" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Id</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Columns ** 
-[[#Public Properties|Go Back]] + 
-==== IsBaseOverlay ​==== +Gets a collection of FeatureSourceColumns,​ which specifies the column names of the feature data. 
-Gets or sets a value that indicates whether ​the overlay is a base overlay+== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Columns 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsBaseOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsBaseOverlay</​a>​ +== Return Value == 
-=== Return Value === +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]
-^ Return ​Type + 
-Boolean<​!-- System.Boolean --> ​  |+** {{wiki:​PublicProperty.gif|}} Style ** 
 + 
 +Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} QueryTools ** 
 + 
 +Gets the QueryTools ​that allow you to easily query features from the FeatureOverlay
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​QueryTools 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditTools ** 
 + 
 +Gets the EditTools that allow you to easily edit features in the FeatureOverlay. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​EditTools 
 +== Return Value == 
 +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsVisible ==== 
 Gets or sets a value that indicates whether the overlay is visible on the map. Gets or sets a value that indicates whether the overlay is visible on the map.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsVisible" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsVisible</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsVisible 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== IsVisibleInOverlaySwitcher ==== +
-Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsVisibleInOverlaySwitcher"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsVisibleInOverlaySwitcher</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
 Gets or sets the name of the overlay, which will display in the OverlaySwitcher. Gets or sets the name of the overlay, which will display in the OverlaySwitcher.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Name" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Name</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Name 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} Opacity **
-[[#Public Properties|Go Back]] +
-==== OnClientClick ==== +
-Gets or sets the client-side script that executes when the HighlightFeatureOverlay is clicked. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClientClick"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClientClick</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
 Gets or sets the opacity level of the overlay. Gets or sets the opacity level of the overlay.
-=== Remarks ​=== +== Remarks == 
-The &lt;strong&gt;Opacity&lt;/strong&​gt; ​property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. +The <strong>Opacity</strongproperty enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-Single<!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher **
-[[#Public Properties|Go Back]] +
-==== QueryTools ==== +
-Gets the QueryTools that allow you to easily query features from the FeatureOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​QueryTools"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​QueryTools</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]<​!-- ThinkGeo.MapSuite.Core.QueryTools --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Style ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#IsVisibleInOverlaySwitcher 
-Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side+== Return Value == 
-=== Remarks ​=== +  * Type:​Boolean 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HighlightStyle</​a>​ + 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} IsBaseOverlay ** 
-^ Return ​Type ^ + 
-[[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]]<​!-- ​ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle --> ​  |+Gets or sets a value that indicates whether ​the overlay is a base overlay
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​IsBaseOverlay 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +Gets the identifier for the overlay to be found. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Id 
 +== Return Value == 
 +  ​* ​Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +Gets or sets the time interval in which the MarkerOverlay refreshes itself. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​AutoRefreshInterval 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​Attribution 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} HasClickEvent **
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== HasClickEvent ==== 
 Gets a flag that check whether it raise an event on the client side. Gets a flag that check whether it raise an event on the client side.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasClickEvent" target="​_blank"​>​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasClickEvent</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasClickEvent 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  * Type:​Boolean 
-| Boolean<​!-- System.Boolean --> ​  |+ 
 +** {{wiki:​ProtectedProperty.gif|}} JsonFeatures ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} OverlayType ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OverlayType 
 +== Return Value == 
 +  ​* ​Type:String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} HasTickEvent **
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> 
-[[#​Protected Properties|Go Back]] 
-==== HasTickEvent ==== 
 Indicates whether the overlay supports tick event. Indicates whether the overlay supports tick event.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasTickEvent" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasTickEvent</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​HasTickEvent 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:ProtectedProperty.gif|}} 3hM**
-[[#​Protected Properties|Go Back]] +
-==== OverlayType ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OverlayType"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OverlayType</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay(overriden) --> +N/A 
-[[#​Protected Properties|Go Back]] +== Remarks ​== 
-===== Public Events ===== +N/A 
-==== Click ====+== Return Value == 
 +  * Type:​Double 
 + 
 +==== Public Events ​==== 
 +** {{wiki:​PublicEvent.gif|}} Click **
 Occurs when the HighlightFeatureOverlay is clicked. Occurs when the HighlightFeatureOverlay is clicked.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnClick.28HighlightFeatureOverlayClickEventArgs.29 
-=== Event Arguments === + 
-Event Arguments ​+Event Arguments:[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]]
-[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> +** {{wiki:​PublicEvent.gif|}} Tick **
-[[#Public Events|Go Back]] +
-==== Tick ====+
 Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay#​OnTick.28EventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +Event Arguments:​EventArgs
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​WebEdition]] 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.webedition.highlightfeatureoverlay.1440040135.txt.gz · Last modified: 2015/09/18 03:07 (external edit)