C# Class NDVICustomFunctionUI.NDVICustomFunctionUIForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
NDVICustomFunctionUIForm ( ) : System

Constructor

ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
UpdateUI ( ) : void

Updates the UI textboxes using the properties that have been set.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BandIndicesTxtBox_TextChanged ( object sender, EventArgs e ) : void
GetInputRasterName ( object inputRaster ) : string

This function takes a raster object and returns the formatted name of the object for display in the UI.

InitializeComponent ( ) : void

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

inputRasterBtn_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

NDVICustomFunctionUIForm() public méthode

Constructor
public NDVICustomFunctionUIForm ( ) : System
Résultat System

ShowRasterDatasetBrowser() public méthode

public ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
handle int
ipSelectedObjects IEnumGxObject
Résultat void

UpdateUI() public méthode

Updates the UI textboxes using the properties that have been set.
public UpdateUI ( ) : void
Résultat void