C# Класс Revit.SDK.Samples.FoundationSlab.CS.FoundationSlabForm

A class to show properties and profiles of the foundation slabs.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FoundationSlabForm ( SlabData datas ) : System

Constructor.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FoundationSlabForm() публичный Метод

Constructor.
public FoundationSlabForm ( SlabData datas ) : System
datas SlabData The object contains floors' datas.
Результат System