C# Class RSSWeatherLayer.RSSWeatherIdentifyObject

Summary description for GlobeWeatherIdentifyObject.
Inheritance: IIdentifyObj, IIdentifyObject, IDisposable
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

CanIdentify() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Flash() public method

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

PopUpMenu() public method

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

RSSWeatherIdentifyObject() public method

Class Ctor
public RSSWeatherIdentifyObject ( ) : System
return System