====== ThinkGeo.MapSuite.DesktopEdition.InteractiveResult ====== {{section>upgrade_map_suite_to_10.0}} 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 ==
** {{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.
==== 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 ==
** {{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
** {{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 ==
** {{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 ==
==== 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 ==
** {{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 ==
==== 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 ====