C# Class Revit.SDK.Samples.Openings.CS.CreateModelLineOptionsForm

create model line options form
Inheritance: System.Windows.Forms.Form
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateModelLineOptionsForm ( ) : System

The default constructor

CreateModelLineOptionsForm ( List openingInfos, OpeningInfo selectOpening ) : System

constructor of CreateModelLineOptionsForm

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateButton_Click ( object sender, EventArgs e ) : void
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

Method Details

CreateModelLineOptionsForm() public method

The default constructor
public CreateModelLineOptionsForm ( ) : System
return System

CreateModelLineOptionsForm() public method

constructor of CreateModelLineOptionsForm
public CreateModelLineOptionsForm ( List openingInfos, OpeningInfo selectOpening ) : System
openingInfos List a list of OpeningInfo
selectOpening OpeningInfo current displayed (in preview) Opening
return System

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