C# Class Revit.SDK.Samples.NewHostedSweep.CS.HostedSweepModifyForm

This form contains a property grid control to modify the property of hosted sweep.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
HostedSweepModifyForm ( ) : System

Default constructor.

HostedSweepModifyForm ( ModificationData modificationData ) : System

Customize constructor contains a parameter ModificationData.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HostedSweepModify_Load ( object sender, EventArgs e ) : void

Load event, set the data source for property-grid.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonOK_Click ( object sender, EventArgs e ) : void

OK button, exit this form with DialogResult.OK.

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

HostedSweepModifyForm() public method

Default constructor.
public HostedSweepModifyForm ( ) : System
return System

HostedSweepModifyForm() public method

Customize constructor contains a parameter ModificationData.
public HostedSweepModifyForm ( ModificationData modificationData ) : System
modificationData ModificationData
return System