C# 클래스 TabbedFeatureInspector.AttachTabbedInspectorExtensionCommand

상속: BaseCommand
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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