C# Class Revit.SDK.Samples.FoundationSlab.CS.FoundationSlabForm

A class to show properties and profiles of the foundation slabs.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
FoundationSlabForm ( SlabData datas ) : System

Constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FoundationSlabForm_Load ( object sender, EventArgs e ) : void

Form load.

InitializeComponent ( ) : void

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

InitializeDataGridView ( ) : void
cancelButton_Click ( object sender, EventArgs e ) : void

Click cancel button.

clearAllButton_Click ( object sender, EventArgs e ) : void

Click clearAllButton.

dataGridView_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Cell click.

dataGridView_CellValueChanged ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Cell value changed.

dataGridView_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void

Current Cell Dirty State Changed.

okButton_Click ( object sender, EventArgs e ) : void

Click ok button.

pictureBox_Paint ( object sender, PaintEventArgs e ) : void

Paint.

selectAllButton_Click ( object sender, EventArgs e ) : void

Click selectAllButton.

typeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Select type.

Method Details

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

FoundationSlabForm() public method

Constructor.
public FoundationSlabForm ( SlabData datas ) : System
datas SlabData The object contains floors' datas.
return System