C# Class RSSWeatherLayer.RSSWeatherIdentifyObject

Summary description for GlobeWeatherIdentifyObject.
Inheritance: IIdentifyObj, IIdentifyObject, IDisposable
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flash() public méthode

Flashes the identified object on the screen.
public Flash ( IScreenDisplay pDisplay ) : void
pDisplay IScreenDisplay
Résultat void

PopUpMenu() public méthode

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

RSSWeatherIdentifyObject() public méthode

Class Ctor
public RSSWeatherIdentifyObject ( ) : System
Résultat System