C# 클래스 NDVICustomFunctionUI.NDVICustomFunctionUIClass

상속: IComPropertyPage
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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