C# 클래스 Gbdx.Gbd.GbdRelay

The GBD relay.
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
SetPolygonAndElement ( IPolygon polygon, IElement elm ) : void

The set polygon and element.

비공개 메소드들

메소드 설명
GbdRelay ( ) : ESRI.ArcGIS.Carto

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

메소드 상세

SetPolygonAndElement() 공개 메소드

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