Eplan Platform API
Eplan API / API Reference / Actions / XSettingsExport
In This Topic
    XSettingsExport
    In This Topic
     Exports settings to an XML file.
     
    

    Parameter Description
    node
    
    Path of the setting node to be exported (for project settings without the "PROJECT"!)
    
    XMLFile
    
    Full path and name of the target XML file
    
    prj
    
    Full path and name of the project. 
     This parameter only has to be set for the export of project settings. The specified project has to be open.
    

    Example


    Exports all user settings: XSettingsExport /node:USER /XMLFile:"C:\Projects\EPLAN\my_user.xml"


    Exports all station settings: XSettingsExport /node:STATION /XMLFile:"C:\Projects\EPLAN\my_station.xml"


    Exports all company settings: XSettingsExport /node:COMPANY /XMLFile:"C:\Projects\EPLAN\my_company.xml"


    Exports your dialog settings: XSettingsExport /node:USER.DIALOGSETTINGS /XMLFile:"C:\Projects\EPLAN\my_dialog_settings.xml"


    Exports your project settings: XSettingsExport /prj:"C:\Projects\EPLAN\EPLAN_Sample_Project.elk" /XMLFile:"C:\Projects\EPLAN\my_project.xml"


    Exports your custom symbols from the project settings: XSettingsExport /prj:"$(MD_PROJECTS)\EPLAN_Sample_Project.elk" /node:XSbGui.CustomSymbols /XMLFile:"C:\Projects\EPLAN\my_custom_symbols.xml"