Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / ApiCableUnitGeneratorSettings Class / AddCables Method
Cables that will be used to create cable units. If a cable is already part of some cable unit, the cable will be ignored.
In This Topic
    AddCables Method
    In This Topic
    Adds cables that will be used to create cable units based on them.
    Syntax
    public void AddCables( 
       IEnumerable<ICable> cables
    )

    Parameters

    cables
    Cables that will be used to create cable units. If a cable is already part of some cable unit, the cable will be ignored.
    Exceptions
    ExceptionDescription
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    See Also