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
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
RevitAddInUtilitySampleForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

RevitAddInUtilitySampleForm() public méthode

public RevitAddInUtilitySampleForm ( ) : System
Résultat System