C# 클래스 BIMSource.SPWriter.Application

상속: IExternalApplication
파일 보기 프로젝트 열기: alnjxn/bim-source

공개 메소드들

메소드 설명
OnShutdown ( UIControlledApplication application ) : System.Result

Fires off when Revit Session Ends

OnStartup ( UIControlledApplication application ) : System.Result

Fires off when Revit Session Starts

비공개 메소드들

메소드 설명
CreateRibbonPanel ( UIControlledApplication application ) : System.Windows.Forms.RibbonPanel
GetEmbeddedImage ( System app, string imageName ) : System.Windows.Media.ImageSource

메소드 상세

OnShutdown() 공개 메소드

Fires off when Revit Session Ends
public OnShutdown ( UIControlledApplication application ) : System.Result
application UIControlledApplication An object that is passed to the external application which contains the controlled application.
리턴 System.Result

OnStartup() 공개 메소드

Fires off when Revit Session Starts
public OnStartup ( UIControlledApplication application ) : System.Result
application UIControlledApplication An object that is passed to the external application which contains the controlled application.
리턴 System.Result