C# 클래스 RSSWeatherLayer.RSSWeatherIdentifyObject

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CanIdentify ( ILayer pLayer ) : bool

Indicates if the object can identify the specified layer

Dispose ( ) : void
Flash ( IScreenDisplay pDisplay ) : void

Flashes the identified object on the screen.

PopUpMenu ( int x, int y ) : void

Displays a context sensitive popup menu at the specified location.

RSSWeatherIdentifyObject ( ) : System

Class Ctor

메소드 상세

CanIdentify() 공개 메소드

Indicates if the object can identify the specified layer
public CanIdentify ( ILayer pLayer ) : bool
pLayer ILayer
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flash() 공개 메소드

Flashes the identified object on the screen.
public Flash ( IScreenDisplay pDisplay ) : void
pDisplay IScreenDisplay
리턴 void

PopUpMenu() 공개 메소드

Displays a context sensitive popup menu at the specified location.
public PopUpMenu ( int x, int y ) : void
x int
y int
리턴 void

RSSWeatherIdentifyObject() 공개 메소드

Class Ctor
public RSSWeatherIdentifyObject ( ) : System
리턴 System