C# Class Aggregations.AggregationRelay

The GBD relay.
Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void

The set polygon and element.

Private Methods

Method Description
AggregationRelay ( ) : ESRI.ArcGIS.Carto

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

Method Details

SetPolygonAndElement() public method

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