API Help
Eplan.EplApi.HEServices Namespace / PlcService Class / ExportGenerateSchematicConfiguration Method
Project of which the PLC configuration will be exported.
Full name of the export file.

In This Topic
    ExportGenerateSchematicConfiguration Method
    In This Topic
    Exports generate schematic configuration into xml file. TODO:
    Syntax
    public void ExportGenerateSchematicConfiguration( 
       Project project,
       string fileName
    )
    public:
    void ExportGenerateSchematicConfiguration( 
       Project^ project,
       String^ fileName
    ) 

    Parameters

    project
    Project of which the PLC configuration will be exported.
    fileName
    Full name of the export file.
    Exceptions
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments.
    An error occurred during the export.
    Remarks
    If the given directory in the full file name does not exist, it will be created.
    See Also