C# 클래스 Revit.SDK.Samples.DoorSwing.CS.ExternalApplication

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

공개 메소드들

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

비공개 메소드들

메소드 설명
DocumentSavingAsHandler ( Object sender, DocumentSavingAsEventArgs args ) : void

This event is fired whenever a document is saved as. Update door's information according to door's current geometry.

DocumentSavingHandler ( Object sender, DocumentSavingEventArgs args ) : void

This event is fired whenever a document is saved. Update door's information according to door's current geometry.

메소드 상세

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() 공개 메소드

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