User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.vertexaddededitinteractiveoverlayeventargs

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.vertexaddededitinteractiveoverlayeventargs [2015/09/22 08:13]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs ====== 
-Provides data for the VertexAdded event. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.EventArgs 
-      ***ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} VertexAddedEditInteractiveOverlayEventArgs() ** 
- 
-  * //This is the default constructor of this parameter.//​ 
-== Remarks == 
-  * //If you use this constructor,​ you have to set the properties manually before use.// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} VertexAddedEditInteractiveOverlayEventArgs(Feature,​Vertex) ** 
- 
-  * //This is the commonly used constructor.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​VertexAddedEditInteractiveOverlayEventArgs.28Feature.2C_Vertex.29//​ 
-== Parameters == 
-  * //​affectedVertexFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​This parameter specifies the affectedVertex feature property. 
- 
-  * //​addedVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​This parameter specifies the target vertex added. 
- 
-<div newline></​div>​ 
-==== 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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== 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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} AffectedVertexFeature ** 
- 
-This property gets or sets the Feature the vertex was added to. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​AffectedVertexFeature 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
- 
-** {{wiki:​PublicProperty.gif|}} AddedVertex ** 
- 
-This property gets or sets the vertex added. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs#​AddedVertex 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.desktopedition.vertexaddededitinteractiveoverlayeventargs.1442909596.txt.gz ยท Last modified: 2015/09/22 08:13 by admin