C# Класс NDVICustomFunctionUI.NDVICustomFunctionUIClass

Наследование: IComPropertyPage
Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : int

Activate the form.

Applies ( ESRI objects ) : bool

Check if the form is applicable to the given set of objects. In this case only the Raster Function object is used to check compatibility.

Apply ( ) : void

Apply the properties set in the form to the arguments object.

Cancel ( ) : void

Do not set any properties set in the form

Deactivate ( ) : void

Shut down the form and destroy the object.

Hide ( ) : void

Hide the form.

NDVICustomFunctionUIClass ( ) : System
SetObjects ( ESRI objects ) : void

Set the necessary objects required for the form. In this case the form is given an arguments object in edit mode, or is required to create one in create mode. After getting or creating the arguments object, template mode is checked for and handled. The template mode requires all parameters of the arguments object to converted to variables.

Show ( ) : void

Show the form.

get_HelpContextID ( int controlID ) : int

Return the help context ID of the form if it exists.

Приватные методы

Метод Описание
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Описание методов

Activate() публичный Метод

Activate the form.
public Activate ( ) : int
Результат int

Applies() публичный Метод

Check if the form is applicable to the given set of objects. In this case only the Raster Function object is used to check compatibility.
public Applies ( ESRI objects ) : bool
objects ESRI Set of object to check against.
Результат bool

Apply() публичный Метод

Apply the properties set in the form to the arguments object.
public Apply ( ) : void
Результат void

Cancel() публичный Метод

Do not set any properties set in the form
public Cancel ( ) : void
Результат void

Deactivate() публичный Метод

Shut down the form and destroy the object.
public Deactivate ( ) : void
Результат void

Hide() публичный Метод

Hide the form.
public Hide ( ) : void
Результат void

NDVICustomFunctionUIClass() публичный Метод

public NDVICustomFunctionUIClass ( ) : System
Результат System

SetObjects() публичный Метод

Set the necessary objects required for the form. In this case the form is given an arguments object in edit mode, or is required to create one in create mode. After getting or creating the arguments object, template mode is checked for and handled. The template mode requires all parameters of the arguments object to converted to variables.
public SetObjects ( ESRI objects ) : void
objects ESRI Set of objects required for the form.
Результат void

Show() публичный Метод

Show the form.
public Show ( ) : void
Результат void

get_HelpContextID() публичный Метод

Return the help context ID of the form if it exists.
public get_HelpContextID ( int controlID ) : int
controlID int Control ID for the sheet.
Результат int