C# Class NDVICustomFunctionUI.NDVICustomFunctionUIForm

Inheritance: System.Windows.Forms.Form
Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
NDVICustomFunctionUIForm ( ) : System

Constructor

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

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

NDVICustomFunctionUIForm() public method

Constructor
public NDVICustomFunctionUIForm ( ) : System
return System

ShowRasterDatasetBrowser() public method

public ShowRasterDatasetBrowser ( int handle, IEnumGxObject &ipSelectedObjects ) : void
handle int
ipSelectedObjects IEnumGxObject
return void

UpdateUI() public method

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