Eplan Platform API
Eplan.EplApi.HEServices Namespace / Import Class / PXFProject Method / PXFProject(String,String) Method
Full file name of the PXF \file to import.
Destination directory. If an empty string is set to this parameter, the standard project directory will be used.

In This Topic
    PXFProject(String,String) Method
    In This Topic
    Creates a project from an imported PXF file.
    Syntax
    public void PXFProject( 
       string strPXFFilePath,
       string strDestinationPath
    )
    public:
    void PXFProject( 
       String^ strPXFFilePath,
       String^ strDestinationPath
    ) 

    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
    ExceptionDescription
    Thrown in case of invalid arguments, e.g. the PXF file or the destination path does not exist.
    Missing rights for the file system.
    A null reference was set to a parameter.
    An internal interface necessary for the import could not be created.
    A path contains invalid characters.
    Invalid path.
    An error occurred during the import. Please refer to the system messages for further information.
    See Also