In This Topic
Method for updating project master data.
Syntax
public void UpdateProject(
Project
)
public:
void UpdateProject(
Project^
)
Parameters
- oProject
- Project to be updated.
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 updated. |
See Also