C# Class RSSWeatherLayer.IdentifyDlg

The IdentifyDlg is used by the Identify object to display the identify results
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

IdentifyDlg() public method

public IdentifyDlg ( ) : System
return System

SetProperties() public method

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
return void