ESRI.ArcGIS.ADF.Web.UI.WebControls | |
VectorEventArgs Class | |
Members See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : VectorEventArgs Class |
Visual Basic (Declaration) | |
---|---|
Public Class VectorEventArgs Inherits ToolEventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class VectorEventArgs : ToolEventArgs |
When a Tool defines its client action as either Polyline or Polygon, the geometry
passed to the server after client interaction is an array of Points. These points are
stored in the Vectors property. The only difference between the points for a polyline
and a polygon is that for a polygon, the first and last points will have the same
coordinates.
ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.VectorEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapVectorEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.PolygonEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.PolylineEventArgs