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. In Case of KOMAX and Steinhauer PWA export, fixed filename is used. So, this filename parameter will not be considered.
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

    Parameter NameDescription
    oPrjProject from which production wirings will be exported.
    selectedConnectionsConnection which will be used in export.
    kindOfMachineType of machine that will be used to export production wirings.
    strNameOfMachineName of machine that will be used to export production wirings.
    strDestinationPathDirectory into which export will done. If not exists then it will be created.
    strFileNameIf passed then export will be to this file. Can be NULL or empty. In Case of KOMAX and Steinhauer PWA export, fixed filename is used. So, this filename parameter will not be considered.
    nExportLanguageLanguage in which export will be done.
    bAllowExportConnectionMultipleIf 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