====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs ====== {{section>upgrade_map_suite_to_10.0}} Provides data for the VertexRemoving. event. ===== Inheritance Hierarchy ===== *System.Object *System.EventArgs ***ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs() ** * //Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.// == Remarks == * //If you use this constructor, you have to set the properties manually before use.// == Parameters ==
** {{wiki:PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs(Boolean,Feature,Vertex) ** * //Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.// == Remarks == * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#VertexRemovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.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. * //removingVertex// * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] * Description:This parameter specified the target vertex to be removed. ==== 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.VertexRemovingEditInteractiveOverlayEventArgs#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.VertexRemovingEditInteractiveOverlayEventArgs#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.VertexRemovingEditInteractiveOverlayEventArgs#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.VertexRemovingEditInteractiveOverlayEventArgs#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.VertexRemovingEditInteractiveOverlayEventArgs#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.VertexRemovingEditInteractiveOverlayEventArgs#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} AffectedVertexFeature ** Gets or sets the Feature to be used to remove vertex. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#AffectedVertexFeature == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] ** {{wiki:PublicProperty.gif|}} RemovingVertex ** Gets or sets the vertex to be removed. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#RemovingVertex == 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.VertexRemovingEditInteractiveOverlayEventArgs#Cancel == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====