C# Класс DesktopExtensionsCS.ArcViewOnlyExtension

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

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

Метод Описание
Shutdown ( ) : void
Startup ( object &initializationData ) : void

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

Метод Описание
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
StateCheck ( bool requestEnable ) : esriExtensionState

Determine extension state

UnregisterFunction ( Type registerType ) : void

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

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

public Shutdown ( ) : void
Результат void

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

public Startup ( object &initializationData ) : void
initializationData object
Результат void