Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / ImportScheme Method
The node name in the settings (of the file)
The file to import from. Must include the complete path. Inside the node with the name strSettingsNodeName has to exist
Overwrite any existing scheme with the same name

In This Topic
    ImportScheme Method
    In This Topic
    Import a scheme from file.
    Syntax

    Parameters

    strSettingsNodeName
    The node name in the settings (of the file)
    strFileName
    The file to import from. Must include the complete path. Inside the node with the name strSettingsNodeName has to exist
    bOverwriteExisting
    Overwrite any existing scheme with the same name
    Exceptions
    ExceptionDescription
    Thrown when a parameter is null.
    Thrown when a parameter is empty.
    The file passed to strFileName does not contain scheme with name from strSettingsNodeName parameter. Or scheme already exists but bOverwriteExisting is set to false.
    See Also