User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.vertexremovingeditinteractiveoverlayeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.vertexremovingeditinteractiveoverlayeventargs [2015/09/18 03:17]
admin
thinkgeo.mapsuite.wpfdesktopedition.vertexremovingeditinteractiveoverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Provides data for the VertexRemoving. event. Provides data for the VertexRemoving. event.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs() ** ** {{wiki:​PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs() **
  
-Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.+  * //Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.//
 == 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|}} VertexRemovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex) ** ** {{wiki:​PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex) **
  
-Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.+  * //Constructor of VertexRemovingEditInteractiveOverlayEventArgs class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
   * //cancel//   * //cancel//
Line 37: Line 40:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 49: Line 52:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 65: Line 68:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 77: Line 80:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 90: Line 93:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 102: Line 105:
 ** {{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.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 117: Line 120:
 Gets or sets the Feature to be used to remove vertex. Gets or sets the Feature to be used to remove vertex.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]   * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
Line 125: Line 128:
 Gets or sets the vertex to be removed. Gets or sets the vertex to be removed.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​RemovingVertex
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
Line 133: Line 136:
 Gets or sets the action to be canceled or not. Gets or sets the action to be canceled or not.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​Cancel
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
thinkgeo.mapsuite.wpfdesktopedition.vertexremovingeditinteractiveoverlayeventargs.1442546239.txt.gz · Last modified: 2015/09/18 03:17 (external edit)