Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionData Method / RemoveRevisionData(Project) Method
A project to take the action on. Project cannot be read-only.

In This Topic
    RemoveRevisionData(Project) Method
    In This Topic
    Removes revision data. Used for change tracking.
    Syntax
    public void RemoveRevisionData( 
       Project oProject
    )
    public:
    void RemoveRevisionData( 
       Project^ oProject
    ) 

    Parameters

    oProject
    A project to take the action on. Project cannot be read-only.
    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.
    Remarks
    Used for change tracking.
    See Also