API Help
Eplan.EplApi.HEServices Namespace / Revision Class / AddRevisionMarkers Method / AddRevisionMarkers(Project,String) Method
The Project to which the markers will be added.
Text for the marker.

In This Topic
    AddRevisionMarkers(Project,String) Method
    In This Topic
    Adds revision markers to the changed project.
    Syntax
    public void AddRevisionMarkers( 
       Project oProject,
       string strRevisionMarker
    )
    public:
    void AddRevisionMarkers( 
       Project^ oProject,
       String^ strRevisionMarker
    ) 

    Parameters

    oProject
    The Project to which the markers will be added.
    strRevisionMarker
    Text for the marker.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred when adding revision markers.
    See Also