C# Class Revit.SDK.Samples.BeamAndSlabNewParameter.CS.BeamAndSlabParametersForm

User Interface.
Inheritance: System.Windows.Forms.Form
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
BeamAndSlabParametersForm ( Command dataBuffer ) : System

constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

addParameterButton_Click ( object sender, System e ) : void

Call SetNewParameterToBeamsAndSlabs function which is belongs to BeamAndSlabParameters class

displayValueButton_Click ( object sender, System e ) : void

Call SendValueToListBox function which is belongs to BeamAndSlabNewParameters class

exitButton_Click ( object sender, System e ) : void

Close this form

findButton_Click ( object sender, System e ) : void

Call SetValueToUniqueIDParameter function which is belongs to BeamAndSlabNewParameters class

Method Details

BeamAndSlabParametersForm() public method

constructor
public BeamAndSlabParametersForm ( Command dataBuffer ) : System
dataBuffer Command
return System

Dispose() protected method

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