API Help
Eplan.EplApi.Base Namespace / SchemeSetting Class / ImportSchemes Method
The file to import from to. Must include the complete path

ImportSchemes Method
Import all schemes from file.
Syntax
public void ImportSchemes( 
   string strFileName,
   bool bOverwriteExisting
)

Parameters

strFileName
The file to import from to. Must include the complete path
bOverwriteExisting
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