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

RemoveProject Method
Removes project
Syntax
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