====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs ====== {{section>upgrade_map_suite_to_10.0}} Provides data for the VertexMoving. event. ===== Inheritance Hierarchy ===== *System.Object *System.EventArgs ***ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs() ** * //Constructor of VertexMovingEditInteractiveOverlayEventArgs class.// == Remarks == * //If you use this constructor, you have to set the properties manually before use.// == Parameters ==
** {{wiki:PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,Feature,Vertex) ** * //Constructor of VertexMovingEditInteractiveOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.29// == Parameters == * //cancel// * Type:Boolean * Description:Indicates whether the operation is canceled or not. * //affectedVertexFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:Indicates a feature which is affected. * //movingVertex// * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] * Description:Indicates a vertex which is moving.
** {{wiki:PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,Feature,Vertex,PointShape) ** * //Constructor of VertexMovedEditInteractiveOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.2C_PointShape.29// == Parameters == * //cancel// * Type:Boolean * Description:This parameter specified the cancel property. * //affectedVertexFeature// * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] * Description:This parameter specified the affectedVertex feature property. * //movingVertex// * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] * Description:This parameter specified the moving vertex. * //targetVertex// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:This parameter specified the target vertex.
==== 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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#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.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} TargetVertex ** Gets or sets the target vertex to be moved == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#TargetVertex == Return Value == * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ** {{wiki:PublicProperty.gif|}} AffectedVertexFeature ** Gets or sets the Feature to be used to move vertex. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#AffectedVertexFeature == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] ** {{wiki:PublicProperty.gif|}} MovingVertex ** Gets or sets the vertex to be moved. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#MovingVertex == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] ** {{wiki:PublicProperty.gif|}} Cancel ** Gets or sets the action to be canceled or not. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#Cancel == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====