API Help
Eplan.EplApi.HEServices Namespace / Masterdata Class / UpdateProject Method
Project to be updated.

In This Topic
    UpdateProject Method
    In This Topic
    Method for updating project master data.
    Syntax
    public void UpdateProject( 
       Project oProject
    )
    public:
    void UpdateProject( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project to be updated.
    Exceptions
    ExceptionDescription
    A parameter was set to a null reference.
    \Parameters are invalid, e.g. the project does not exist or is invalid.
    \Internal interface for master data could not be created.
    Project could not be updated.
    See Also