Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / RemoveProject Method
Path to project link file name, for example "C\:\\EplanP8\\Projects\\User\\ESS_Sample_Project.elk"

In This Topic
    RemoveProject Method
    In This Topic
    Removes project
    Syntax
    public void RemoveProject( 
       string projectLinkFilePath
    )
    public:
    void RemoveProject( 
       String^ projectLinkFilePath
    ) 

    Parameters

    projectLinkFilePath
    Path to project link file name, for example "C\:\\EplanP8\\Projects\\User\\ESS_Sample_Project.elk"
    Exceptions
    ExceptionDescription
    Thrown when the source project does not exist
    \Throws exception when project is read\-only.
    Thrown when projectLinkFilePath is null.
    See Also