메소드 | 설명 | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public PathReinforcementForm ( Autodesk pathRein, Autodesk commandData ) : System | ||
pathRein | Autodesk | path reinforcement object |
commandData | Autodesk | revit command data |
리턴 | System |