C# Class Revit.SDK.Samples.CreateBeamsColumnsBraces.CS.CreateBeamsColumnsBracesForm

UI
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateBeamsColumnsBracesForm ( Command dataBuffer ) : System

constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateBeamsColumnsBracesForm_Load ( object sender, System e ) : void
DistanceTextBox_Validating ( object sender, System e ) : void

Verify the distance

InitializeComponent ( ) : void

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

OKButton_Click ( object sender, System e ) : void

accept use's input and create columns, beams and braces

TextBoxRefresh ( ) : void

Refresh the text box for the default datas

XTextBox_Validating ( object sender, System e ) : void

Verify the number of X direction

YTextBox_Validating ( object sender, System e ) : void

Verify the number of Y direction

cancelButton_Click ( object sender, System e ) : void

cancel the command

floornumberTextBox_Validating ( object sender, System e ) : void

Verify the number of floors

Method Details

CreateBeamsColumnsBracesForm() public method

constructor
public CreateBeamsColumnsBracesForm ( Command dataBuffer ) : System
dataBuffer Command the revit datas
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void