C# Class RSSWeatherLayer3D.GlobeWeatherIdentifyObject

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
InitializeContextMenu void
menuFlash_Click void
menuSelect_Click void
menuZoomTo_Click void

Méthodes publiques

Méthode Description
CanIdentify ( ILayer pLayer ) : bool
Dispose ( ) : void
Flash ( IScreenDisplay pDisplay ) : void
GlobeWeatherIdentifyObject ( ) : System
PopUpMenu ( int x, int y ) : void

Private Methods

Méthode Description
InitializeContextMenu ( ) : void
menuFlash_Click ( System sender, System e ) : void
menuSelect_Click ( System sender, System e ) : void
menuZoomTo_Click ( System sender, System e ) : void

Method Details

CanIdentify() public méthode

public CanIdentify ( ILayer pLayer ) : bool
pLayer ILayer
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flash() public méthode

public Flash ( IScreenDisplay pDisplay ) : void
pDisplay IScreenDisplay
Résultat void

GlobeWeatherIdentifyObject() public méthode

public GlobeWeatherIdentifyObject ( ) : System
Résultat System

PopUpMenu() public méthode

public PopUpMenu ( int x, int y ) : void
x int
y int
Résultat void