Eplan Platform API
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

    Parameter NameDescription
    oProjectProject to be updated.
    Exceptions
    ExceptionDescription
    Thrown if a parameter was set to a NULL reference.
    Parameters are invalid, e.g. the specified project does not exist or is invalid.
    Internal interface for master data could not be created.
    Project could not be updated.
    See Also