ESRI.ArcGIS.ADF.Web.UI.WebControls | |
MapPolylineEventArgs Class | |
Members See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapPolylineEventArgs Class |
Visual Basic (Declaration) | |
---|---|
Public Class MapPolylineEventArgs Inherits PolylineEventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class MapPolylineEventArgs : PolylineEventArgs |
An instance of this class is created when a Tool has its ClientAction set to Polyline, the user clicks on the Map, and the Tool's ServerActionClass is set to a class that implements IMapServerToolAction. The MapPolylineEventArgs object is passed as the argument to the ServerAction method.
The MapPolylineEventArgs will contain the points where the user clicked. The polyline may be used to do action on the server, such as querying the map or drawing graphics on the map.
ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.VectorEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.PolylineEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapPolylineEventArgs