API Help
Eplan.EplApi.Base Namespace / SchemeSetting Class / ExportSchemes Method
The file to export to. Must include the complete path. The file is cleared before.

ExportSchemes Method
Export all schemes to file.
Syntax
public void ExportSchemes( 
   string strFileName
)

Parameters

strFileName
The file to export to. Must include the complete path. The file is cleared before.
Exceptions
ExceptionDescription
Thrown when a parameter is null.
Thrown when a parameter is empty.
Thrown when strName is not a valid last used scheme.
See Also