C# Класс Revit.SDK.Samples.RevitAddInUtilitySample.CS.RevitAddInUtilitySampleForm

Demonstrates how to use RevitAddInUtility.dll to create or edit addin manifest file.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
RevitAddInUtilitySampleForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RevitAddInUtilitySampleForm() публичный Метод

public RevitAddInUtilitySampleForm ( ) : System
Результат System