C# 클래스 Case.ViewCreator.app

상속: IExternalApplication
파일 보기 프로젝트 열기: WeConnect/case-apps

공개 프로퍼티들

프로퍼티 타입 설명
m_uiApp UIControlledApplication
myProduct string

공개 메소드들

메소드 설명
CreateRibbonPanel ( UIControlledApplication uiapp ) : void

Create the Panel

OnShutdown ( UIControlledApplication application ) : System.Result

Fires off when Revit Session Ends

OnStartup ( UIControlledApplication a ) : System.Result

Fires off when Revit Session Starts

비공개 메소드들

메소드 설명
AddButton ( string Rpanel, string ButtonName, string ButtonText, string ImagePath16, string ImagePath32, string dllPath, string dllClass, string Tooltip ) : bool

Add a button to a Ribbon Tab

메소드 상세

CreateRibbonPanel() 공개 메소드

Create the Panel
public CreateRibbonPanel ( UIControlledApplication uiapp ) : void
uiapp UIControlledApplication
리턴 void

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 a ) : System.Result
a UIControlledApplication
리턴 System.Result

프로퍼티 상세

m_uiApp 공개적으로 정적으로 프로퍼티

public static UIControlledApplication m_uiApp
리턴 UIControlledApplication

myProduct 공개적으로 정적으로 프로퍼티

public static string myProduct
리턴 string