C# Класс Revit.SDK.Samples.SlabProperties.CS.SlabPropertiesForm

Show some properties of a slab in Revit Structure 5, including Level, Type name, Span direction, Material name, Thickness, and Young Modulus for each layer of the slab's material.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SlabPropertiesForm ( Command dataBuffer ) : System

overload the constructor

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

SlabPropertiesForm ( ) : System
SlabPropertiesForm_Load ( object sender, System e ) : void

Display the properties on the form when the form load

closeButton_Click ( object sender, System e ) : void

Close the Form

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

overload the constructor
public SlabPropertiesForm ( Command dataBuffer ) : System
dataBuffer Command To store the data of a slab
Результат System