Eplan Platform API
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.

In This Topic
    ExportScheme Method
    In This Topic
    Export a scheme to file.
    Syntax
    public void ExportScheme( 
       string strSettingsNodeName,
       string strFileName
    )
    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