C# Класс Revit.SDK.Samples.PathReinforcement.CS.PathReinforcementForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PathReinforcementForm ( ) : System

Default constructor

PathReinforcementForm ( Autodesk pathRein, Autodesk commandData ) : System

Overload 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.

UpdatePropSelectedObject ( ) : void

update the SelectObject of PropertyGrid control

cancelButton_Click ( object sender, EventArgs e ) : void

cancel button click event handler.

okButton1_Click ( object sender, EventArgs e ) : void

Ok button click event handler

pictureBox_Paint ( object sender, PaintEventArgs e ) : void

Picture box paint event handler.

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

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

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

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

Default constructor
public PathReinforcementForm ( ) : System
Результат System

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

Overload constructor
public PathReinforcementForm ( Autodesk pathRein, Autodesk commandData ) : System
pathRein Autodesk path reinforcement object
commandData Autodesk revit command data
Результат System