Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IPinBase Interface / GetConnectedWires Method
In This Topic
    GetConnectedWires Method (IPinBase)
    In This Topic
    Gets all wires that are connected to this pin.
    Syntax
    IEnumerable<IReconnectable> GetConnectedWires()

    Return Value

    All wires connected to this pin.
    See Also