C# Класс Revit.SDK.Samples.BeamAndSlabNewParameter.CS.BeamAndSlabParametersForm

User Interface.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

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

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.

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

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

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

constructor
public BeamAndSlabParametersForm ( Command dataBuffer ) : System
dataBuffer Command
Результат System

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

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