Метод | Описание | |
---|---|---|
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.
|
|
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.
|
|
WatermarkFunctionUIClass ( ) : System | ||
get_HelpContextID ( int controlID ) : int |
Return the help context ID of the form if it exists.
|
Метод | Описание | |
---|---|---|
Reg ( string regKey ) : void | ||
Unreg ( string regKey ) : void |
public Applies ( ESRI objects ) : bool | ||
objects | ESRI | Set of object to check against. |
Результат | bool |
public SetObjects ( ESRI objects ) : void | ||
objects | ESRI | Set of objects required for the form. |
Результат | void |
public WatermarkFunctionUIClass ( ) : System | ||
Результат | System |
public get_HelpContextID ( int controlID ) : int | ||
controlID | int | Control ID for the sheet. |
Результат | int |