C# 클래스 Revit.SDK.Samples.FrameBuilder.CS.CreateFrameForm

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

공개 메소드들

메소드 설명
CreateFrameForm ( FrameData data ) : System

constructor

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateFrameForm ( ) : System

constructor without parameter is forbidden

CreateFramingForm_Load ( object sender, EventArgs e ) : void

initialize controls

DuplicateSymbol ( FrameTypesMgr typesMgr, Object symbol ) : bool

provide user UI to duplicate FamilySymbols

InitializeComponent ( ) : void

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

OKButton_Click ( object sender, EventArgs e ) : void

create the Frame

RefreshListControl ( ListControl list, FrameTypesMgr typesMgr ) : void

refresh the ListControl's datasource

beamDuplicateButton_Click ( object sender, EventArgs e ) : void

duplicate beam type

beamTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

set type of beam

braceDuplicateButton_Click ( object sender, EventArgs e ) : void

duplicate brace type

braceTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

set type of brace

cancelButton_Click ( object sender, EventArgs e ) : void

cancel all command

columnDuplicateButton_Click ( object sender, EventArgs e ) : void

duplicate column type

columnTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

set type of column

distanceTextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

floorNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

levelHeightTextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

originAngletextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

originXtextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

originYtextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

xNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

yNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void

validate the input value set back to its old value if input is invalid

메소드 상세

CreateFrameForm() 공개 메소드

constructor
public CreateFrameForm ( FrameData data ) : System
data FrameData necessary data to create
리턴 System

Dispose() 보호된 메소드

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