User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.trackstartingtrackinteractiveoverlayeventargs

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.trackstartingtrackinteractiveoverlayeventargs [2015/09/18 03:16]
admin
thinkgeo.mapsuite.wpfdesktopedition.trackstartingtrackinteractiveoverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Provides data for the TrackStarting. event. Provides data for the TrackStarting. event.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} TrackStartingTrackInteractiveOverlayEventArgs() ** ** {{wiki:​PublicMethod.gif|}} TrackStartingTrackInteractiveOverlayEventArgs() **
  
-Constructor of TrackStartingTrackInteractiveOverlayEventArgs class.+  * //Constructor of TrackStartingTrackInteractiveOverlayEventArgs 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|}} TrackStartingTrackInteractiveOverlayEventArgs(Vertex,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} TrackStartingTrackInteractiveOverlayEventArgs(Vertex,​Boolean) **
  
-Constructor of TrackStartingTrackInteractiveOverlayEventArgs class.+  * //Constructor of TrackStartingTrackInteractiveOverlayEventArgs 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.TrackStartingTrackInteractiveOverlayEventArgs#​TrackStartingTrackInteractiveOverlayEventArgs.28Vertex.2C_Boolean.29/​/
 == Parameters == == Parameters ==
   * //​startingVertex//​   * //​startingVertex//​
Line 33: Line 36:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 45: Line 48:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 61: Line 64:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 73: Line 76:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 86: Line 89:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 98: Line 101:
 ** {{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.TrackStartingTrackInteractiveOverlayEventArgs#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 113: Line 116:
 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.TrackStartingTrackInteractiveOverlayEventArgs#​Cancel
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 121: Line 124:
 Gets or sets the started vertex when tracking shape action is being to start. Gets or sets the started vertex when tracking shape action is being to start.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs#​StartingVertex
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]   * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
thinkgeo.mapsuite.wpfdesktopedition.trackstartingtrackinteractiveoverlayeventargs.1442546199.txt.gz · Last modified: 2015/09/18 03:16 by admin