C# Class Gbdx.Answer_Factory.AnswerFactorySelector

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Tool
Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
AnswerFactorySelector ( ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs arg ) : void

The on mouse down.

OnUpdate ( ) : void

Method Details

AnswerFactorySelector() public method

public AnswerFactorySelector ( ) : 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