Eplan Platform API
EPLAN API / API Reference / Actions / XMExportPotentialDefsAction
In This Topic
    XMExportPotentialDefsAction
    In This Topic
     Action name = XMExportPotentialDefsAction
    
     Action class to export potential definitions of a project.
     
    

    Parameter Description
    DatabaseId
    The databaseId of one project
                               (optional).If not
                               entered, the ProjectName parameter is used.
     
    
    ProjectName
    The full path of project(optional).
                               When project specified by ProjectName is not open,
                               this action opens it
                               and closes automaticaly.
                               If not
                               entered, the selected project
                               is used when the action is
                               called from GUI (like from a
                               script or button bar).
     
    
    CompleteProject
    All pages of the project are exported, not only the
                                                                    selected ones (0= No, 1= Yes).
     
    
    ConfigScheme
    Configuration scheme
                                (optional).Default
                                value\: Most recently used
                                configuration scheme.
    
    Language
    Language (e.g., en_US).
    
    Destination
    Target file where the export
                                   results are saved.The
                                   following formats are
                                   supported\: txt, xls, xml. Format must be set according to the extension that is in CONFIGSCHEME
    
    ExecutionMode
    0: Export, 1: Export and Edit, 2: Edit and return
    
    ImmediateImport
    After edit no question appears to import the data (optional, 0= No, 1= Yes).
     Default value: 0This only applies to ExecutionMode= 2.
     
    

    Remarks
    This action is provided for backward compatibility. Please use the action
     XMActionDCCommonExport instead
    

    Example
     XMExportPotentialDefsAction /ConfigScheme:config_scheme /CompleteProject:1  /Language:en_US /Destination:c:\\temp\\defs.xls /ExecutionMode:0