ESRI.ArcGIS.ADF.Web.UI.WebControls
VectorEventArgs Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : VectorEventArgs Class




Base class for the event arguments for a polygon and polyline ClientAction in a Tool.

Object Model

VectorEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class VectorEventArgs 
   Inherits ToolEventArgs
Visual Basic (Usage)Copy Code
Dim instance As VectorEventArgs
C# 
public class VectorEventArgs : ToolEventArgs 

Remarks

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.