public void PXFProject( Project oProject, string strExportFilePath, bool bExportMasterData, bool bExportConnections )
public: void PXFProject( Project^ oProject, String^ strExportFilePath, bool bExportMasterData, bool bExportConnections )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | 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. |