This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.interactionarguments [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.desktopedition.interactionarguments [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.InteractionArguments ====== | ====== ThinkGeo.MapSuite.DesktopEdition.InteractionArguments ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class encapsulates the information and simple method for interative actions. | This class encapsulates the information and simple method for interative actions. | ||
- | === Remarks === | ||
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments</a> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments]] | + | ***ThinkGeo.MapSuite.DesktopEdition.InteractionArguments** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} InteractionArguments() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InteractionArguments()|InteractionArguments]] | | | This is the default constructor of this parameter. | | + | |
+ | * //This is the default constructor of this parameter.// | ||
+ | == Remarks == | ||
+ | * //If you use this constructor, you have to set its properties manually before use.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | * //Overrides the ToString API for an object.// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | == Remarks == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | Overrides the ToString API for an object. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ToString.28.29// |
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:Returns a string to mark this instance, making it easy to read its properties. | ||
+ | |||
+ | == 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.InteractionArguments#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.InteractionArguments#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.InteractionArguments#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|}} Finalize() ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This property gets or sets the current extent used in the MapControl. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Finalize.28.29// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ExtendedProperties|ExtendedProperties]] | Dictionary<String,Object> | | This property gets the extended properties in the current status. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapHeight|MapHeight]] | Int32 | | This property gets or sets the height for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | This property gets or sets the geographic unit for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapWidth|MapWidth]] | Int32 | | This property gets or sets the width for the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MouseButton|MouseButton]] | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] | | This property gets or sets the MouseButton used for the interative action. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MouseWheelDelta|MouseWheelDelta]] | Int32 | | This property gets or sets the mouse wheel delta used in the MouseWheel method in InterativeOverlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Double | | This property gets or sets the scale in the current status. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | This property gets or sets the screen X position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | This property gets or sets the screen Y position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SearchingTolerance|SearchingTolerance]] | Double | | This property gets or sets the search tolearance for tracking and editing. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldX|WorldX]] | Double | | This property gets or sets the world X position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldY|WorldY]] | Double | | This property gets or sets the world Y position. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | This property gets or sets the ZoomLevelSet used in the Map Control. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSnapping|ZoomLevelSnapping]] | [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] | | This property gets or sets the ZoomLevelSnappingMode used in the Map Control. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | ===== Public Constructors ===== | + | * //N/A// |
- | ==== InteractionArguments() ==== | + | == Remarks == |
- | This is the default constructor of this parameter. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MemberwiseClone.28.29// |
- | === Remarks === | + | |
- | If you use this constructor, you have to set its properties manually before use. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Object |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | obj | Object<!-- System.Object --> | | | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} ScreenX ** | ||
- | <!-- System.Object --> | + | * //This property gets or sets the screen X position.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenX// |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#GetHashCode.28.29</a> | + | * Type:Single |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ScreenY ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //This property gets or sets the screen Y position.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenY// |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#GetType.28.29</a> | + | * Type:Single |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} WorldX ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //This property gets or sets the world X position.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#WorldX// |
- | Overrides the ToString API for an object. | + | == Return Value == |
- | === Remarks === | + | * Type:Double |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | Returns a string to mark this instance, making it easy to read its properties. | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} WorldY ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object(overriden) --> | + | * //This property gets or sets the world Y position.// |
- | [[#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.DesktopEdition.InteractionArguments#WorldY// |
- | ==== Finalize() ==== | + | == Return Value == |
- | === Remarks === | + | * Type:Double |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} MouseButton ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //This property gets or sets the MouseButton used for the interative action.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseButton// |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MemberwiseClone.28.29</a> | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} CurrentExtent ** |
- | ^ Name ^ Type ^ Description ^ | + | |
- | <!-- System.Object --> | + | * //This property gets or sets the current extent used in the MapControl.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#CurrentExtent// |
- | ==== CurrentExtent ==== | + | == Return Value == |
- | This property gets or sets the current extent used in the MapControl. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#CurrentExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#CurrentExtent</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} SearchingTolerance ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ExtendedProperties ==== | + | |
- | This property gets the extended properties in the current status. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ExtendedProperties" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ExtendedProperties</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Dictionary<String,Object><!-- System.Collections.Generic.Dictionary{System.String,System.Object} --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the search tolearance for tracking and editing.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapHeight ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#SearchingTolerance// |
- | This property gets or sets the height for the Map Control. | + | == Return Value == |
- | === Remarks === | + | * Type:Double |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapWidth ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MapUnit ==== | + | |
- | This property gets or sets the geographic unit for the Map Control. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapUnit" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapUnit</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the width for the Map Control.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapWidth ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapWidth// |
- | This property gets or sets the width for the Map Control. | + | == Return Value == |
- | === Remarks === | + | * Type:Int32 |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapWidth</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapHeight ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== MouseButton ==== | + | |
- | This property gets or sets the MouseButton used for the interative action. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseButton" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseButton</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseButton --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the height for the Map Control.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MouseWheelDelta ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapHeight// |
- | This property gets or sets the mouse wheel delta used in the MouseWheel method in InterativeOverlay. | + | == Return Value == |
- | === Remarks === | + | * Type:Int32 |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseWheelDelta" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseWheelDelta</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MapUnit ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Scale ==== | + | |
- | This property gets or sets the scale in the current status. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Scale" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Scale</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the geographic unit for the Map Control.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenX ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MapUnit// |
- | This property gets or sets the screen X position. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenX" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenX</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ScreenY ==== | + | |
- | This property gets or sets the screen Y position. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenY" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ScreenY</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the ZoomLevelSet used in the Map Control.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== SearchingTolerance ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSet// |
- | This property gets or sets the search tolearance for tracking and editing. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#SearchingTolerance" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#SearchingTolerance</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevelSnapping ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== WorldX ==== | + | |
- | This property gets or sets the world X position. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#WorldX" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#WorldX</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the ZoomLevelSnappingMode used in the Map Control.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== WorldY ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSnapping// |
- | This property gets or sets the world Y position. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#WorldY" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#WorldY</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} MouseWheelDelta ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ZoomLevelSet ==== | + | |
- | This property gets or sets the ZoomLevelSet used in the Map Control. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSet" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSet</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | * //This property gets or sets the mouse wheel delta used in the MouseWheel method in InterativeOverlay.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ZoomLevelSnapping ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#MouseWheelDelta// |
- | This property gets or sets the ZoomLevelSnappingMode used in the Map Control. | + | == Return Value == |
- | === Remarks === | + | * Type:Int32 |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSnapping" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ZoomLevelSnapping</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]<!-- ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} Scale ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | * //This property gets or sets the scale in the current status.// |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#Scale// |
- | [[Category:DesktopEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.DesktopEdition]] | + | * Type:Double |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} ExtendedProperties ** | ||
+ | |||
+ | * //This property gets the extended properties in the current status.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractionArguments#ExtendedProperties// | ||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,Object> | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||