Eplan Platform API
Eplan.EplApi.HEServices Namespace / Import Class / PDFComments Method / PDFComments(Project,String) Method
Project to which comments from pdf will be imported. Can't be null.
Full file name of the PDF file to be imported. Can't be null.

In This Topic
    PDFComments(Project,String) Method
    In This Topic
    Imports comments from PDF file.
    Syntax
    public int PDFComments( 
       Project oProject,
       string strFileName
    )
    public:
    int PDFComments( 
       Project^ oProject,
       String^ strFileName
    ) 

    Parameters

    oProject
    Project to which comments from pdf will be imported. Can't be null.
    strFileName
    Full file name of the PDF file to be imported. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Null was passed to a parameter.
    API can't get access to this functionality of P8. A reason for this could be the lack of necessary rights or licenses.
    An error occurred during the import. Please read the exception message.
    See Also