Eplan Platform API
Eplan.EplApi.HEServices Namespace / Masterdata Class / CompleteProject Method
Project to be completed.

In This Topic
    CompleteProject Method (Masterdata)
    In This Topic
    Method for completing project master data.
    Syntax
    public void CompleteProject( 
       Project oProject
    )
    public:
    void CompleteProject( 
       Project^ oProject
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject to be completed.
    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 completed.
    See Also