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.
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

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

Set the polygon and element of the drawn bounding box

Private Methods

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

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

Method Details

SetPolygonAndElement() public méthode

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. ///
Résultat void