C# Class Revit.SDK.Samples.DoorSwing.CS.InitializeForm

A class inherit from Form is used to list all the door family exist in current project and initialize each door type's Left/Right feature.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
InitializeForm ( DoorSwingData dataBuffer ) : System

constructor overload.

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.

InitializeForm ( ) : System

constructor without any argument.

customizeDoorOpeningDataGridView_RowEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Preview door's geometry when user select one door family in customizeDoorOpeningDataGridView.

previewPictureBox_Paint ( object sender, PaintEventArgs e ) : void

PreviewBox redraw.

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

InitializeForm() public method

constructor overload.
public InitializeForm ( DoorSwingData dataBuffer ) : System
dataBuffer DoorSwingData one reference of DoorSwingData.
return System