C# Class AnimationDeveloperSamples.MapGraphicTrackPropPage

Inheritance: IComPropertyPage
Datei anzeigen Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Activate ( ) : int
Applies ( ISet Objects ) : bool
Apply ( ) : void
Cancel ( ) : void
Deactivate ( ) : void
Hide ( ) : void
MapGraphicTrackPropPage ( ) : System
SetObjects ( ISet Objects ) : void
Show ( ) : void
get_HelpContextID ( int controlID ) : int

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Activate() public method

public Activate ( ) : int
return int

Applies() public method

public Applies ( ISet Objects ) : bool
Objects ISet
return bool

Apply() public method

public Apply ( ) : void
return void

Cancel() public method

public Cancel ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

MapGraphicTrackPropPage() public method

public MapGraphicTrackPropPage ( ) : System
return System

SetObjects() public method

public SetObjects ( ISet Objects ) : void
Objects ISet
return void

Show() public method

public Show ( ) : void
return void

get_HelpContextID() public method

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