API Help
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionData Method / RemoveRevisionData(Project) Method
A project to take the action on. Project cannot be readonly.

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

    Parameters

    oProject
    A project to take the action on. Project cannot be readonly.
    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