Method | Description | |
---|---|---|
RevitAddInUtilitySampleForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddInsInfoButton_Click ( object sender, |
Show AddIns information of new create manifest file in the tree view
|
|
CreateAddInManifestButton_Click ( object sender, |
Create a .addin manifest file when user push this button. The new created manifest file contains an external command and an external application.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OpenAddInFileButton_Click ( object sender, |
Open new created AddIn manifest file - ExteranlCommand.Sample.addin
|
|
RevitProductsButton_Click ( object sender, |
Show all the installed Revit product information of user's PC in the tree view
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public RevitAddInUtilitySampleForm ( ) : System | ||
return | System |