PXFProject(String,String) Method
                In This Topic
            
            Creates a project from an imported PXF file.
            
            
            Syntax
            
        
            Parameters
- strPXFFilePath
- Full file name of the PXF \file to import.
- strDestinationPath
- Destination directory. If an empty string is set to this parameter, the standard project directory will be used.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid arguments,
                                    e.g. the PXF file or
                                    the destination path
                                    does not exist. | 
| SecurityException | Missing rights for
                                    the file system. | 
| ArgumentNullException | A null reference was
                                        set to a parameter. | 
| ApplicationException | An internal
                                       interface necessary
                                       for the import could
                                       not be created. | 
| NotSupportedException | A path contains
                                        invalid characters. | 
| PathTooLongException | Invalid path. | 
| BaseException | An error occurred
                                during the import.
                                Please refer to the
                                system messages for
                                further information. | 
See Also