C# 클래스 RSSWeatherLayer3D.GlobeWeatherIdentifyObject

Summary description for GlobeWeatherIdentifyObject.
상속: IIdentifyObj, IIdentifyObject, IDisposable
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeContextMenu void
menuFlash_Click void
menuSelect_Click void
menuZoomTo_Click void

공개 메소드들

메소드 설명
CanIdentify ( ILayer pLayer ) : bool
Dispose ( ) : void
Flash ( IScreenDisplay pDisplay ) : void
GlobeWeatherIdentifyObject ( ) : System
PopUpMenu ( int x, int y ) : void

비공개 메소드들

메소드 설명
InitializeContextMenu ( ) : void
menuFlash_Click ( System sender, System e ) : void
menuSelect_Click ( System sender, System e ) : void
menuZoomTo_Click ( System sender, System e ) : void

메소드 상세

CanIdentify() 공개 메소드

public CanIdentify ( ILayer pLayer ) : bool
pLayer ILayer
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flash() 공개 메소드

public Flash ( IScreenDisplay pDisplay ) : void
pDisplay IScreenDisplay
리턴 void

GlobeWeatherIdentifyObject() 공개 메소드

public GlobeWeatherIdentifyObject ( ) : System
리턴 System

PopUpMenu() 공개 메소드

public PopUpMenu ( int x, int y ) : void
x int
y int
리턴 void