Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Variant Class / GetAttachedDocuments Method
In This Topic
    GetAttachedDocuments Method (Variant)
    In This Topic
    Get list of attached documents in this variant.
    Syntax
    public List<AttachedDocument> GetAttachedDocuments()

    Return Value

    All attached documents in this variant.
    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