Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Variant Class / GetAllWireHarnessInfos Method
In This Topic
    GetAllWireHarnessInfos Method
    In This Topic
    List info all harnesses in all documents from this variant. Used for Nailboard derivation.
    Syntax
    public List<WireHarnessInfo> GetAllWireHarnessInfos()

    Return Value

    All harnesses 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.

    Remarks
    If your license does not support workdesks or workspaces, harnesses from those documents will not be included.
    See Also