Method | Description | |
---|---|---|
ProjectUnitForm ( |
Initialize GUI with ProjectUnitData
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddListItem ( Autodesk format ) : void |
Add format which's discipline is the selected item of discipline combo box to the list
|
|
InitializeCom ( ) : void |
Initialize the combo box and list view.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cancelButton_Click ( object sender, EventArgs e ) : void |
Close the form when click cancel.
|
|
disciplineCombox_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Function handle the event that the selected index of combo box changed.
|
|
okButton_Click ( object sender, EventArgs e ) : void |
Reset the project unit decimal symbol type when click ok.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ProjectUnitForm ( |
||
dataBuffer | relevant data from revit | |
return | System |