Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / PublishProjectForSmartWiring Method / PublishProjectForSmartWiring(Project,String,String,String) Method
Project which will be published for EPLAN Smart Wiring.
Filename with extension
Folder path
Name of the export scheme

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

    Parameters

    oProject
    Project which will be published for EPLAN Smart Wiring.
    strFileName
    Filename with extension
    strFolderPath
    Folder path
    strScheme
    Name of the export scheme
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case if 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