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

In This Topic
    ExportSchemes Method
    In This Topic
    Export all schemes to file.
    Syntax
    public void ExportSchemes( 
       string strFileName
    )
    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