C# Class Gbdx.Aggregations.AggregationButton

The aggregation button.
Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
AggregationButton ( ) : System

Initializes a new instance of the AggregationButton class.

Protected Methods

Method Description
OnClick ( ) : void

The on click.

OnUpdate ( ) : void

The on update.

Method Details

AggregationButton() public method

Initializes a new instance of the AggregationButton class.
public AggregationButton ( ) : System
return System

OnClick() protected method

The on click.
protected OnClick ( ) : void
return void

OnUpdate() protected method

The on update.
protected OnUpdate ( ) : void
return void