Eplan Platform API
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.

AddRevisionMarkers(Project,String) Method
Adds revision markers to the changed project.
Syntax
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