Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / GetOpenedDocuments Method / GetOpenedDocuments() Method
In This Topic
    GetOpenedDocuments() Method
    In This Topic
    Get a list of all opened documents in this project.
    Syntax
    public List<Document> GetOpenedDocuments()

    Return Value

    Opened documents. Empty list if no document is opened.
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    See Also