C# 클래스 Revit.SDK.Samples.NewHostedSweep.CS.MainForm

파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
MainForm ( ) : System

Default constructor

MainForm ( CreationMgr mgr ) : System

Customize constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComboBox ( ) : void

Initialize combobox data source.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainForm_Load ( object sender, EventArgs e ) : void

Initialize combo-box.

RefreshListBox ( ) : void

Refresh list box data source.

buttonCreate_Click ( object sender, EventArgs e ) : void

Show a form to fetch edges for hosted-sweep creation, and then create the hosted-sweep.

buttonModify_Click ( object sender, EventArgs e ) : void

Show a form to modify the created hosted-sweep.

buttonOK_Click ( object sender, EventArgs e ) : void

Close this form.

comboBoxHostedSweepType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Update the list-box data source according to the combobox selection.

listBoxHostedSweeps_SelectedValueChanged ( object sender, EventArgs e ) : void

Update "Modify" button status according to the list-box selection item.

메소드 상세

Dispose() 보호된 메소드

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

MainForm() 공개 메소드

Default constructor
public MainForm ( ) : System
리턴 System

MainForm() 공개 메소드

Customize constructor.
public MainForm ( CreationMgr mgr ) : System
mgr CreationMgr
리턴 System