C# Класс RSSWeatherLayer.RSSWeatherIdentifyObject

Summary description for GlobeWeatherIdentifyObject.
Наследование: IIdentifyObj, IIdentifyObject, IDisposable
Показать файл Открыть проект Примеры использования класса

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