C# Class Gbdx.Aggregations.AggregationSelector

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Tool
Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
AggregationSelector ( ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs arg ) : void

The on mouse down.

OnUpdate ( ) : void

Method Details

AggregationSelector() public method

public AggregationSelector ( ) : System
return System

OnMouseDown() protected method

The on mouse down.
protected OnMouseDown ( MouseEventArgs arg ) : void
arg System.Windows.Forms.MouseEventArgs /// The mouse event arguments. ///
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void