 | IExportEngineExportView Method |
Export a view.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxvoid ExportView(
string viewName,
string fileName,
IExportSettings settings = null
)
Sub ExportView (
viewName As String,
fileName As String,
Optional settings As IExportSettings = Nothing
)
Parameters
- viewName
- Type: SystemString
Commence view name (case-sensitive). Pass an empty string to use the active view, if any. Note that not all view types can be exported. - fileName
- Type: SystemString
Fully qualified filename. - settings (Optional)
- Type: Vovin.CmcLibNet.ExportIExportSettings
IExportSettings
See Also