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

    Parameter NameDescription
    oProjectProject to which comments from pdf will be imported. Can't be NULL.
    strFileNameFull file name of the PDF file to be imported. Can't be NULL.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown if NULL was passed as a required 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