Méthode | Description | |
---|---|---|
AttachTabbedInspectorExtensionCommand ( ) : System | ||
OnClick ( ) : void |
Occurs when this command is clicked
|
|
OnCreate ( object hook ) : void |
Occurs when this command is created
|
Méthode | 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 ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
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 ( |
||
UnregisterFunction ( |
public AttachTabbedInspectorExtensionCommand ( ) : System | ||
Résultat | System |
public OnCreate ( object hook ) : void | ||
hook | object | Instance of the application |
Résultat | void |