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

    Parameters

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