PXFProject(Project,String) Method
                In This Topic
            
            Exports a project in PXF format.
            
            
            Syntax
            
        
            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
| Exception | Description | 
|---|
| ArgumentException | Thrown in case
                                    of invalid
                                    \arguments. | 
| UnauthorizedAccessException | No user rights
                                              to create
                                              files on the
                                              \file system. | 
| ApplicationException | The internal
                                       interface for
                                       PXF export
                                       could not be
                                       created. | 
| BaseException | Errors
                                occurred
                                during export.
                                See the
                                exception
                                message for
                                details. | 
See Also