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"
public void RemoveProject( string projectLinkFilePath )
public: void RemoveProject( String^ projectLinkFilePath )
Exception | Description |
---|---|
System.ArgumentException | Thrown when the source project does not exist |
Eplan.EplApi.Base.BaseException | \Throws exception when project is read\-only. |
System.ArgumentNullException | Thrown
when
projectLinkFilePath
is
null . |