C# Класс TabbedFeatureInspector.AttachTabbedInspectorExtensionCommand

Наследование: BaseCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
AttachTabbedInspectorExtensionCommand ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

Приватные методы

Метод Описание
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

Описание методов

AttachTabbedInspectorExtensionCommand() публичный Метод

public AttachTabbedInspectorExtensionCommand ( ) : System
Результат System

OnClick() публичный Метод

Occurs when this command is clicked
public OnClick ( ) : void
Результат void

OnCreate() публичный Метод

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
Результат void