C# Class Revit.SDK.Samples.NewRebar.CS.AddParameter

This form provides an entrance for user to add parameters to RebarShape.
Inheritance: System.Windows.Forms.Form
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
AddParameter ( ) : System

Default constructor.

AddParameter ( List list ) : System

Constructor, initialize fields.

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.

cancelButton_Click ( object sender, EventArgs e ) : void

Cancel Button, Return DialogResult.Cancel and close this form.

okButton_Click ( object sender, EventArgs e ) : void

OK button, check the correction of data, then Return DialogResult.OK and close this form.

Method Details

AddParameter() public method

Default constructor.
public AddParameter ( ) : System
return System

AddParameter() public method

Constructor, initialize fields.
public AddParameter ( List list ) : System
list List
return System

Dispose() protected method

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