Свойство | Type | Description | |
---|---|---|---|
m_uiApp | UIControlledApplication | ||
myProduct | string |
Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
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
|
public CreateRibbonPanel ( UIControlledApplication uiapp ) : void | ||
uiapp | UIControlledApplication | |
Résultat | void |
public OnShutdown ( UIControlledApplication application ) : System.Result | ||
application | UIControlledApplication | An object that is passed to the external application which contains the controlled application. |
Résultat | System.Result |
public OnStartup ( UIControlledApplication a ) : System.Result | ||
a | UIControlledApplication | |
Résultat | System.Result |
public static UIControlledApplication m_uiApp | ||
Résultat | UIControlledApplication |