User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.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.desktopedition.vertexremovingeditinteractiveoverlayeventargs [2015/09/18 03:05]
admin
thinkgeo.mapsuite.desktopedition.vertexremovingeditinteractiveoverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs ====== ====== ThinkGeo.MapSuite.DesktopEdition.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() **
  
-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|}} VertexRemovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex) ** ** {{wiki:​PublicMethod.gif|}} VertexRemovingEditInteractiveOverlayEventArgs(Boolean,​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.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 115: Line 118:
 ** {{wiki:​PublicProperty.gif|}} AffectedVertexFeature ** ** {{wiki:​PublicProperty.gif|}} AffectedVertexFeature **
  
-This property gets or sets the Feature from which the vertex will be removed.+  * //This property gets or sets the Feature from which the vertex will 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.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]   * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
Line 123: Line 126:
 ** {{wiki:​PublicProperty.gif|}} RemovingVertex ** ** {{wiki:​PublicProperty.gif|}} RemovingVertex **
  
-This property gets or sets the vertex to be removed.+  * //This property 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.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​RemovingVertex/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
Line 131: Line 134:
 ** {{wiki:​PublicProperty.gif|}} Cancel ** ** {{wiki:​PublicProperty.gif|}} Cancel **
  
-This property gets or sets whether or not the action will be canceled.+  * //This property gets or sets whether or not the action will be canceled.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs#​Cancel/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
thinkgeo.mapsuite.desktopedition.vertexremovingeditinteractiveoverlayeventargs.1442545516.txt.gz ยท Last modified: 2015/09/18 03:05 by admin