Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / ExportProductionWiring Method / ExportProductionWiring(Project,Connection[],PWMachineType,String,String,String,Language,Boolean) Method
Project from which production wirings will be exported.
Connection which will be used in export.
Type of machine that will be used to export production wirings.
Name of machine that will be used to export production wirings.
Directory into which export will done. If not exists then it will be created.
If passed then export will be to this file. Can be null or empty.
Language in which export will be done.
If true then multiple connections are also exported.

In This Topic
    ExportProductionWiring(Project,Connection[],PWMachineType,String,String,String,Language,Boolean) Method
    In This Topic
    Exports manufacturing data for wire fabrication machines.
    Syntax

    Parameters

    oPrj
    Project from which production wirings will be exported.
    selectedConnections
    Connection which will be used in export.
    kindOfMachine
    Type of machine that will be used to export production wirings.
    strNameOfMachine
    Name of machine that will be used to export production wirings.
    strDestinationPath
    Directory into which export will done. If not exists then it will be created.
    strFileName
    If passed then export will be to this file. Can be null or empty.
    nExportLanguage
    Language in which export will be done.
    bAllowExportConnectionMultiple
    If true then multiple connections are also exported.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown when neccessary argument is null.
    The internal interface used for export could not be created.
    No user rights to create files on the file system.
    See Also