API Help
Eplan.EplApi.HEServices Namespace / Export Class / PXFProject Method / PXFProject(Project,String) Method
Project to be exported.
Path and file name of the \file to be created. The \file name extension is added automatically.

In This Topic
    PXFProject(Project,String) Method
    In This Topic
    Exports a project in PXF format.
    Syntax
    public void PXFProject( 
       Project oProject,
       string strExportFilePath
    )
    public:
    void PXFProject( 
       Project^ oProject,
       String^ strExportFilePath
    ) 

    Parameters

    oProject
    Project to be exported.
    strExportFilePath
    Path and file name of the \file to be created. The \file name extension is added automatically.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid \arguments.
    No user rights to create files on the \file system.
    The internal interface for PXF export could not be created.
    Errors occurred during export. See the exception message for details.
    Remarks
    Master data will also be exported. Connections however will be ignored.
    See Also