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
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
InitializeForm ( DoorSwingData dataBuffer ) : System

constructor overload.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializeForm() public méthode

constructor overload.
public InitializeForm ( DoorSwingData dataBuffer ) : System
dataBuffer DoorSwingData one reference of DoorSwingData.
Résultat System