C# Class RSSWeatherLayer.AddRSSWeatherLayer.InvokeHelper

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
InvokeHelper ( IActiveView activeView, RSSWeatherLayerClass weatherLayer ) : System
Refresh ( WKSEnvelope invalidateExtent ) : void
RefreshWeatherItem ( WeatherItemEventArgs weatherItemInfo ) : void

Private Methods

Méthode Description
RefreshInvoked ( WKSEnvelope invalidateExtent ) : void
RefreshWeatherItemInvoked ( WeatherItemEventArgs weatherItemInfo ) : void

Method Details

InvokeHelper() public méthode

public InvokeHelper ( IActiveView activeView, RSSWeatherLayerClass weatherLayer ) : System
activeView IActiveView
weatherLayer RSSWeatherLayerClass
Résultat System

Refresh() public méthode

public Refresh ( WKSEnvelope invalidateExtent ) : void
invalidateExtent WKSEnvelope
Résultat void

RefreshWeatherItem() public méthode

public RefreshWeatherItem ( WeatherItemEventArgs weatherItemInfo ) : void
weatherItemInfo WeatherItemEventArgs
Résultat void