API Help
Eplan.EplApi.HEServices Namespace / Export Class / PXFProject Method / PXFProject(String,String,Boolean,Boolean) Method
Full link file name of the project to be exported.
Path and file name of the \file to be created. The \file name extension is added automatically.
If true, master data will be exported.
If true, connections also will be exported.

In This Topic
    PXFProject(String,String,Boolean,Boolean) Method
    In This Topic
    Exports a project in PXF format.
    Syntax

    Parameters

    strFullLinkFileName
    Full link file name of the project to be exported.
    strExportFilePath
    Path and file name of the \file to be created. The \file name extension is added automatically.
    bExportMasterData
    If true, master data will be exported.
    bExportConnections
    If true, connections also will be exported.
    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.
    See Also