Method | Description | |
---|---|---|
Export ( string selectedFormat ) : DialogResult |
Export according to selected format
|
|
Import ( string selectedFormat ) : DialogResult |
Export according to selected format
|
|
MainData ( ExternalCommandData commandData ) : System |
Constructor
|
|
ShowOpenDialog ( |
Show Open File dialog
|
|
ShowSaveDialog ( |
Show Save dialog
|
Method | Description | |
---|---|---|
Export ( |
Export
|
|
GetSelectedExportFormat ( string selectedFormat ) : ExportFormat |
Get the format to export
|
|
GetSelectedImportFormat ( string selectedFormat ) : ImportFormat |
Get the format to import
|
|
Import ( |
Import
|
public Export ( string selectedFormat ) : DialogResult | ||
selectedFormat | string | Selected format |
return | DialogResult |
public Import ( string selectedFormat ) : DialogResult | ||
selectedFormat | string | Selected format |
return | DialogResult |
public MainData ( ExternalCommandData commandData ) : System | ||
commandData | ExternalCommandData | Revit command data |
return | System |
public static ShowOpenDialog ( |
||
importData | Data to import | |
returnFileName | String | File name will be returned |
return | DialogResult |
public static ShowSaveDialog ( |
||
exportData | Data to export | |
returnFileName | String | File name will be returned |
filterIndex | int | Selected filter index will be returned |
return | DialogResult |