Method | Description | |
---|---|---|
NewRebarForm ( ) : System |
Default constructor.
|
|
NewRebarForm ( Autodesk rvtDoc ) : System |
Constructor, initialize fields of RebarBarTypes and RebarShapes.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewRebarForm_Load ( object sender, |
Load event, Initialize controls data source.
|
|
UpdateUIStatus ( ) : void |
Update the status of some controls.
|
|
byArcradioButton_CheckedChanged ( object sender, |
byArcradioButton check status change event.
|
|
bySegmentsradioButton_CheckedChanged ( object sender, |
bySegmentsradioButton check status change event.
|
|
cancelButton_Click ( object sender, |
Cancel Button, return DialogResult.Cancel and close this form.
|
|
createShapeButton_Click ( object sender, |
Present a dialog to customize a RebarShape.
|
|
okButton_Click ( object sender, |
OK Button, return DialogResult.OK and close this form.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public NewRebarForm ( Autodesk rvtDoc ) : System | ||
rvtDoc | Autodesk | |
return | System |