C# Class RSSWeatherLayer3D.GlobeWeatherIdentifyObject

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

Private Properties

Property Type Description
InitializeContextMenu void
menuFlash_Click void
menuSelect_Click void
menuZoomTo_Click void

Public Methods

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

Private Methods

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

public CanIdentify ( ILayer pLayer ) : bool
pLayer ILayer
return bool

Dispose() public method

public Dispose ( ) : void
return void

Flash() public method

public Flash ( IScreenDisplay pDisplay ) : void
pDisplay IScreenDisplay
return void

GlobeWeatherIdentifyObject() public method

public GlobeWeatherIdentifyObject ( ) : System
return System

PopUpMenu() public method

public PopUpMenu ( int x, int y ) : void
x int
y int
return void