C# Class RSSWeatherLayer.IdentifyDlg

The IdentifyDlg is used by the Identify object to display the identify results
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
IdentifyDlg ( ) : System
SetProperties ( IPropertySet propSet ) : void

Populates the dialog's listview in order to display the identify results

The identify results are passed by the layer by the IdentifyObject through a PropertySet

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IdentifyDlg() public méthode

public IdentifyDlg ( ) : System
Résultat System

SetProperties() public méthode

Populates the dialog's listview in order to display the identify results
The identify results are passed by the layer by the IdentifyObject through a PropertySet
public SetProperties ( IPropertySet propSet ) : void
propSet IPropertySet
Résultat void