API Help
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevision Method
A project to take the action on. Project cannot be readonly. There must be at least 2 revisions in the project.

In This Topic
    RemoveRevision Method
    In This Topic
    Deletes last revision.
    Syntax
    public void RemoveRevision( 
       Project oProject
    )
    public:
    void RemoveRevision( 
       Project^ oProject
    ) 

    Parameters

    oProject
    A project to take the action on. Project cannot be readonly. There must be at least 2 revisions in the project.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred, during the action.
    See Also