C# Class MultivariateRenderers.MultivariateRendPropPageCS

Inheritance: IComPropertyPage, IComEmbeddedPropertyPage, IRendererPropertyPage
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Private Properties

Property Type Description
DeleteObject bool
Reg void
Unreg void

Public Methods

Method Description
Activate ( ) : int
Applies ( ESRI objects ) : bool
Apply ( ) : void
CanEdit ( IFeatureRenderer obj ) : bool
Cancel ( ) : void
CreateCompatibleObject ( object kind ) : object
Deactivate ( ) : void
Hide ( ) : void
MultivariateRendPropPageCS ( ) : System
QueryObject ( object theObject ) : void
SetObjects ( ESRI objects ) : void
Show ( ) : void
get_HelpContextID ( int controlID ) : int

Private Methods

Method Description
DeleteObject ( IntPtr hObject ) : bool
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Method Details

Activate() public method

public Activate ( ) : int
return int

Applies() public method

public Applies ( ESRI objects ) : bool
objects ESRI
return bool

Apply() public method

public Apply ( ) : void
return void

CanEdit() public method

public CanEdit ( IFeatureRenderer obj ) : bool
obj IFeatureRenderer
return bool

Cancel() public method

public Cancel ( ) : void
return void

CreateCompatibleObject() public method

public CreateCompatibleObject ( object kind ) : object
kind object
return object

Deactivate() public method

public Deactivate ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

MultivariateRendPropPageCS() public method

public MultivariateRendPropPageCS ( ) : System
return System

QueryObject() public method

public QueryObject ( object theObject ) : void
theObject object
return void

SetObjects() public method

public SetObjects ( ESRI objects ) : void
objects ESRI
return void

Show() public method

public Show ( ) : void
return void

get_HelpContextID() public method

public get_HelpContextID ( int controlID ) : int
controlID int
return int