C# 클래스 Revit.SDK.Samples.PerformanceAdviserControl.CS.Application

Implements the Revit add-in interface IExternalApplication,
상속: Autodesk.Revit.UI.IExternalApplication
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

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