C# Class Revit.SDK.Samples.ImportExport.CS.ExportCivil3DForm

Provide a dialog which provides the options for exporting Civil3D format
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
ExportCivil3DForm ( Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData exportCivil3DData ) : System

Constructor

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.

InitializeControl ( ) : void

Initialize values and status of controls

ValidateExportFolder ( ) : System.Boolean

Check whether the folder specified is valid

buttonBrowser_Click ( object sender, EventArgs e ) : void

Show save dialog when button Browser is clicked

buttonOK_Click ( object sender, EventArgs e ) : void

OK button click event

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

ExportCivil3DForm() public method

Constructor
public ExportCivil3DForm ( Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData exportCivil3DData ) : System
exportCivil3DData Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData
return System