C# Class Revit.SDK.Samples.ModelLines.CS.SketchPlaneForm

This UserControl is used to collect the information for sketch plane creation
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
SketchPlaneForm ( ModelLines dataBuffer ) : System

Constructor of SketchPlaneForm

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AssertDataIntegrity ( ) : bool

Check the data which the user input are integrated or not

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

The event method for cancelButton click

okButton_Click ( object sender, EventArgs e ) : void

The event method for okButton click

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

SketchPlaneForm() public method

Constructor of SketchPlaneForm
public SketchPlaneForm ( ModelLines dataBuffer ) : System
dataBuffer ModelLines a reference of ModelLines class
return System