C# Class TabbedFeatureInspector.AttachTabbedInspectorExtensionCommand

Inheritance: BaseCommand
Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
AttachTabbedInspectorExtensionCommand ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

Private Methods

Method Description
AlterClassExtension ( IFeatureClass fc ) : bool

This method attaches or detaches the "TabbedInspector" class extension to/from the specified feature class. If the featureclass already has an extension class, and it isn't the 'TabbedInspector' extension, the method does not modify the class extension.

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.

DoInSchemaLock ( IFeatureClass fc, MethodInvoker work ) : void

Perform the work contained in the delegate inside an exclusive schema lock.

GetApplicationServices ( ) : void

Obtains the IApplicationServices interface instance implemented by the hosting application. This is needed so the command can determine the selected layer, and update the application's status message.

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

Method Details

AttachTabbedInspectorExtensionCommand() public method

public AttachTabbedInspectorExtensionCommand ( ) : System
return System

OnClick() public method

Occurs when this command is clicked
public OnClick ( ) : void
return void

OnCreate() public method

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
return void