User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.interactiveresult

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.interactiveresult [2015/09/22 08:11]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.InteractiveResult ====== 
-This class specifies the InterativeResult when dealing with the Interative method in InterativeOverlay. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.DesktopEdition.InteractiveResult** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} InteractiveResult() ** 
- 
-  * //This is the default constructor of this parameter.//​ 
-== Remarks == 
-  * //If you use this constructor,​ you must set the properties manually before use.// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} InteractiveResult(InteractiveOverlayDrawType,​ProcessOtherOverlaysMode) ** 
- 
-  * //This is the commonly used constructor.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.InteractiveResult#​InteractiveResult.28InteractiveOverlayDrawType.2C_ProcessOtherOverlaysMode.29//​ 
-== Parameters == 
-  * //​interactiveOverlayDrawType//​ 
-    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlayDrawType|InteractiveOverlayDrawType]] 
-    * Description:​This parameter specifies the interactiveOverlayDrawType used to construct the class. 
- 
-  * //​processOtherOverlays//​ 
-    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ProcessOtherOverlaysMode|ProcessOtherOverlaysMode]] 
-    * Description:​This parameter specifies the processOtherOverlays used to construct the class. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{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.DesktopEdition.InteractiveResult#​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.DesktopEdition.InteractiveResult#​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.DesktopEdition.InteractiveResult#​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.DesktopEdition.InteractiveResult#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{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.DesktopEdition.InteractiveResult#​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.DesktopEdition.InteractiveResult#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} DrawThisOverlay ** 
- 
-This property gets and sets the DrawThisOverlay type, which indicates whether to draw this overlay or not. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.InteractiveResult#​DrawThisOverlay 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlayDrawType|InteractiveOverlayDrawType]] 
- 
-** {{wiki:​PublicProperty.gif|}} ProcessOtherOverlaysMode ** 
- 
-This property gets and sets the DrawThisOverlay type, which indicates how to process other overlays. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.InteractiveResult#​InteractiveResult.28InteractiveOverlayDrawType.2C_ProcessOtherOverlaysMode.29 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ProcessOtherOverlaysMode|ProcessOtherOverlaysMode]] 
- 
-** {{wiki:​PublicProperty.gif|}} NewCurrentExtent ** 
- 
-This property gets and sets the new current extent if the interative action affects the extent. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.InteractiveResult#​NewCurrentExtent 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.desktopedition.interactiveresult.1442909482.txt.gz ยท Last modified: 2015/09/22 08:11 by admin