C# Class Gbdx.Vector_Index.VectorIndexRelay

VectorIndexRelay class is meant to act as a relay between the ITool that has to be called to get the area of the polygon. Once called the polygon will be set in the relay which will in turn fire off an event being listened for in the form.
Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

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

Set the polygon and element of the drawn bounding box

Private Methods

Method Description
VectorIndexRelay ( ) : ESRI.ArcGIS.Carto

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

Method Details

SetPolygonAndElement() public method

Set the polygon and element of the drawn bounding box
public SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void
polygon IPolygon /// The IPolygon of the bounding box ///
elm IElement /// The IElement of the bounding box. ///
return void