Click or drag to resize

IExportEngineExportView Method

Export a view.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
void ExportView(
	string viewName,
	string fileName,
	IExportSettings settings = null
)

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