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