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

In This Topic
    ImportSchemes Method
    In This Topic
    Import all schemes from file.
    Syntax
    public void ImportSchemes( 
       string strFileName,
       bool bOverwriteExisting
    )
    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