CompleteProject Method (Masterdata)
In This Topic
Method for completing project master data.
Syntax
public void CompleteProject(
Project
)
public:
void CompleteProject(
Project^
)
Parameters
- oProject
- Project to be completed.
Exceptions
Exception | Description |
ArgumentNullException | A parameter was set
to a null reference. |
ArgumentException | \Parameters are
invalid, e.g. the
project does not
exist or is invalid. |
ApplicationException | \Internal interface
for master data
could not be
created. |
Eplan.EplApi.Base.BaseException | Project could not be completed. |
See Also