C# 클래스 Revit.SDK.Samples.ImportExport.CS.SelectViewsForm

Provide a dialog which lets users choose views to export.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
SelectViewsForm ( SelectViewsData selectViewsData ) : System

Constructor

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetSelectedViews ( ) : void

Transfer information back to SelectViewsData class

InitializeComponent ( ) : void

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

InitializeControls ( ) : void

Initialize values and status of controls

UpdateViews ( ) : void

Update the views in the checked list box

buttonCheckAll_Click ( object sender, EventArgs e ) : void

Check all items

buttonCheckNone_Click ( object sender, EventArgs e ) : void

Un-check all items

buttonOK_Click ( object sender, EventArgs e ) : void

OK button clicked

checkBoxSheets_CheckedChanged ( object sender, EventArgs e ) : void

Whether to show the sheets

checkBoxViews_CheckedChanged ( object sender, EventArgs e ) : void

Whether to show the views (except sheets)

메소드 상세

Dispose() 보호된 메소드

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

SelectViewsForm() 공개 메소드

Constructor
public SelectViewsForm ( SelectViewsData selectViewsData ) : System
selectViewsData SelectViewsData
리턴 System