Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / PublishProjectForSmartProduction Method
Project which will be published for EPLAN Smart Production.
Filename with extension
Folder path
Name of the export scheme

In This Topic
    PublishProjectForSmartProduction Method
    In This Topic
    Publishes a project
    Syntax
    public void PublishProjectForSmartProduction( 
       Project oProject,
       string strFileName,
       string strFolderPath,
       string strScheme
    )
    public:
    void PublishProjectForSmartProduction( 
       Project^ oProject,
       String^ strFileName,
       String^ strFolderPath,
       String^ strScheme
    ) 

    Parameters

    oProject
    Project which will be published for EPLAN Smart Production.
    strFileName
    Filename with extension
    strFolderPath
    Folder path
    strScheme
    Name of the export scheme
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case of invalid arguments, e.g. an invalid project is set.
    Thrown if the \internal action could no be found.
    Thrown if an error occurs while executing the method.
    See Also