C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void

Set the polygon and element of the drawn bounding box

Приватные методы

Метод Описание
VectorIndexRelay ( ) : ESRI.ArcGIS.Carto

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

Описание методов

SetPolygonAndElement() публичный Метод

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. ///
Результат void