This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.desktopedition.vertexmovededitinteractiveoverlayeventargs [2015/09/18 03:05] admin |
thinkgeo.mapsuite.desktopedition.vertexmovededitinteractiveoverlayeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs ====== | ====== ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Provides data for the VertexMoved event. | Provides data for the VertexMoved event. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} VertexMovedEditInteractiveOverlayEventArgs() ** | ** {{wiki:PublicMethod.gif|}} VertexMovedEditInteractiveOverlayEventArgs() ** | ||
| - | This is the default constructor of this parameter. | + | * //This is the default constructor of this parameter.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, you have to set the properties manually before use. | + | * //If you use this constructor, you have to set the properties manually before use.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} VertexMovedEditInteractiveOverlayEventArgs(Feature,Vertex) ** | ** {{wiki:PublicMethod.gif|}} VertexMovedEditInteractiveOverlayEventArgs(Feature,Vertex) ** | ||
| - | This is the commonly used constructor. | + | * //This is the commonly used constructor.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#VertexMovedEditInteractiveOverlayEventArgs.28Feature.2C_Vertex.29// |
| == Parameters == | == Parameters == | ||
| * //affectedVertexFeature// | * //affectedVertexFeature// | ||
| Line 33: | Line 36: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 45: | Line 48: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 61: | Line 64: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 73: | Line 76: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 86: | Line 89: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 98: | Line 101: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 111: | Line 114: | ||
| ** {{wiki:PublicProperty.gif|}} AffectedVertexFeature ** | ** {{wiki:PublicProperty.gif|}} AffectedVertexFeature ** | ||
| - | This property gets or sets the Feature whose vertex was moved. | + | * //This property gets or sets the Feature whose vertex was moved.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#AffectedVertexFeature// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
| Line 119: | Line 122: | ||
| ** {{wiki:PublicProperty.gif|}} MovedVertex ** | ** {{wiki:PublicProperty.gif|}} MovedVertex ** | ||
| - | This property gets or sets the vertex moved. | + | * //This property gets or sets the vertex moved.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs#MovedVertex// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||