C# Класс Revit.SDK.Samples.ImportExport.CS.ExportCivil3DForm

Provide a dialog which provides the options for exporting Civil3D format
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExportCivil3DForm ( Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData exportCivil3DData ) : System

Constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ExportCivil3DForm() публичный Метод

Constructor
public ExportCivil3DForm ( Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData exportCivil3DData ) : System
exportCivil3DData Revit.SDK.Samples.ImportExport.CS.ExportCivil3DData
Результат System