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

ExportGenerateSchematicConfiguration Method
Exports generate schematic configuration into xml file. TODO:
Syntax
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