C# Класс Revit.SDK.Samples.EventsMonitor.CS.ExternalApplication

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

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

Метод Описание
Dispose ( ) : void

Dispose some resource.

OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result

Implement this method to implement the external application which should be called when Revit is about to exit,Any documents must have been closed before this method is called.

OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result

Implement this method to implement the external application which should be called when Revit starts before a file or default template is actually loaded.

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

Метод Описание
AddCustomPanel ( UIControlledApplication application ) : void

Add custom menu.

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

Dispose() публичный статический Метод

Dispose some resource.
public static Dispose ( ) : void
Результат void

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

Implement this method to implement the external application which should be called when Revit is about to exit,Any documents must have been closed before this method is called.
public OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication An object that is passed to the external application /// which contains the controlled application.
Результат Autodesk.Revit.UI.Result

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

Implement this method to implement the external application which should be called when Revit starts before a file or default template is actually loaded.
public OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication An object that is passed to the external application /// which contains the controlled application.
Результат Autodesk.Revit.UI.Result