C# Class Revit.SDK.Samples.RevitAddInUtilitySample.CS.RevitAddInUtilitySampleForm

Demonstrates how to use RevitAddInUtility.dll to create or edit addin manifest file.
Inheritance: System.Windows.Forms.Form
显示文件 Open project: AMEE/revit

Public Methods

Method Description
RevitAddInUtilitySampleForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddInsInfoButton_Click ( object sender, EventArgs e ) : void

Show AddIns information of new create manifest file in the tree view

CreateAddInManifestButton_Click ( object sender, EventArgs e ) : void

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, EventArgs e ) : void

Open new created AddIn manifest file - ExteranlCommand.Sample.addin

RevitProductsButton_Click ( object sender, EventArgs e ) : void

Show all the installed Revit product information of user's PC in the tree view

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

RevitAddInUtilitySampleForm() public method

public RevitAddInUtilitySampleForm ( ) : System
return System