API Help
Eplan.EplApi.Base Namespace / SchemeSetting Class / ExportScheme Method
The node name in the settings
The file to export to. Must include the complete path. The file is cleared before.

ExportScheme Method
Export a scheme to file.
Syntax
public void ExportScheme( 
   string strSettingsNodeName,
   string strFileName
)

Parameters

strSettingsNodeName
The node name in the settings
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. The scheme with this strSettingsNodeName does not exist
See Also