C# Class Aggregations.AggregationRelay

The GBD relay.
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

Méthode Description
SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void

The set polygon and element.

Private Methods

Méthode Description
AggregationRelay ( ) : ESRI.ArcGIS.Carto

Prevents a default instance of the AggregationRelay class from being created.

Method Details

SetPolygonAndElement() public méthode

The set polygon and element.
public SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void
polygon IPolygon /// The polygon. ///
elm IElement /// The elm. ///
Résultat void