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

상속: IExternalApplication
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result

Implements this method to unregister the subscribed events when Revit exits.

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

Implements the OnStartup method to register events when Revit starts.

메소드 상세

OnShutdown() 공개 메소드

Implements this method to unregister the subscribed events when Revit exits.
public OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication Controlled application to be shutdown.
리턴 Autodesk.Revit.UI.Result

OnStartup() 공개 메소드

Implements the OnStartup method to register events when Revit starts.
public OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication Controlled application of to be loaded to Revit process.
리턴 Autodesk.Revit.UI.Result