C# Class Revit.SDK.Samples.PathReinforcement.CS.PathReinforcementForm

Exibir arquivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
PathReinforcementForm ( ) : System

Default constructor

PathReinforcementForm ( Autodesk pathRein, Autodesk commandData ) : System

Overload constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

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

PathReinforcementForm() public method

Default constructor
public PathReinforcementForm ( ) : System
return System

PathReinforcementForm() public method

Overload constructor
public PathReinforcementForm ( Autodesk pathRein, Autodesk commandData ) : System
pathRein Autodesk path reinforcement object
commandData Autodesk revit command data
return System