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.
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
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