API Help
Eplan.EplApi.HEServices Namespace / Revision Class / CreateComparisonProject Method
The project which will be copied as comparison project.
Revision name. Full link file name of the copied project.
Comment on the created comparison project.
If set to true, the comparison project is marked as temporary (not read\-only).

In This Topic
    CreateComparisonProject Method
    In This Topic
    Creates a comparison project for the specified project.
    Syntax
    public void CreateComparisonProject( 
       Project oProject,
       string strRevisionName,
       string strComment,
       bool bTemporary
    )
    public:
    void CreateComparisonProject( 
       Project^ oProject,
       String^ strRevisionName,
       String^ strComment,
       bool bTemporary
    ) 

    Parameters

    oProject
    The project which will be copied as comparison project.
    strRevisionName
    Revision name. Full link file name of the copied project.
    strComment
    Comment on the created comparison project.
    bTemporary
    If set to true, the comparison project is marked as temporary (not read\-only).
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created or an error occurred when creating the comparison project.
    An error occurred when creating the comparison project.
    See Also