C# 클래스 Revit.SDK.Samples.RevitAddInUtilitySample.CS.RevitAddInUtilitySampleForm

Demonstrates how to use RevitAddInUtility.dll to create or edit addin manifest file.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
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