API Help
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionMarkers Method / RemoveRevisionMarkers(Project) Method
The project in which the markers will be removed.

In This Topic
    RemoveRevisionMarkers(Project) Method
    In This Topic
    Removes revision markers from a project
    Syntax
    public void RemoveRevisionMarkers( 
       Project oProject
    )
    public:
    void RemoveRevisionMarkers( 
       Project^ oProject
    ) 

    Parameters

    oProject
    The project in which the markers will be removed.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred when removing revision markers.
    See Also