C# Класс Revit.SDK.Samples.PerformanceAdviserControl.CS.Application

Implements the Revit add-in interface IExternalApplication,
Наследование: Autodesk.Revit.UI.IExternalApplication
Показать файл Открыть проект

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

Метод Описание
Application ( ) : System

Basic construction

OnShutdown ( Autodesk 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 ( Autodesk 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.

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

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

Basic construction
public Application ( ) : System
Результат System

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 ( Autodesk application ) : Autodesk.Revit.UI.Result
application Autodesk 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 ( Autodesk application ) : Autodesk.Revit.UI.Result
application Autodesk An object that is passed to the external application /// which contains the controlled application.
Результат Autodesk.Revit.UI.Result