Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / CableDrawing Class / RemoveFromCableUnit Method
Free objects which will be removed from parent cable unit.
In This Topic
    RemoveFromCableUnit Method (CableDrawing)
    In This Topic
    Remove selected free drawings from cable unit.
    Syntax
    public void RemoveFromCableUnit( 
       IEnumerable<I2DFreeDrawing> occurrences
    )

    Parameters

    occurrences
    Free objects which will be removed from parent cable unit.
    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.

    This file is not opened.
    You can not perform this action on a document opened as read only.
    Argument is null.
    The operation was not successful.
    See Also