C# Class Gbdx.Aggregations.AggregationButton

The aggregation button.
Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

Méthode Description
AggregationButton ( ) : System

Initializes a new instance of the AggregationButton class.

Méthodes protégées

Méthode Description
OnClick ( ) : void

The on click.

OnUpdate ( ) : void

The on update.

Method Details

AggregationButton() public méthode

Initializes a new instance of the AggregationButton class.
public AggregationButton ( ) : System
Résultat System

OnClick() protected méthode

The on click.
protected OnClick ( ) : void
Résultat void

OnUpdate() protected méthode

The on update.
protected OnUpdate ( ) : void
Résultat void