public Project GetProject( string linkFileName )
public: Project^ GetProject( String^ linkFileName )
Parameters
- linkFileName
- Full link file name "C:\\Eplan\\P8\\Projects\\ESS_Sample_Project.elk"
Return Value
Project : project object or null
public Project GetProject( string linkFileName )
public: Project^ GetProject( String^ linkFileName )
Exception | Description |
---|---|
System.ArgumentException | Thrown if the source project does not exist |
System.ArgumentNullException | Thrown when linkFileName is null . |
ProjectLockingException | Thrown when LockProjectByDefault is true and a project cannot be locked. |