Harness proD API Help
EPLAN.Harness.API.Common Namespace / Extensions Class / RemoveFromWireHarness Method
EPLAN.Harness.API.Occurrences.Interfaces.IWireHarnessAddable occurrence.
Example
In This Topic
    RemoveFromWireHarness Method (Extensions)
    In This Topic
    Remove this occurrence from any wire harness.
    Syntax
    [Extension()]
    public static void RemoveFromWireHarness( 
       IWireHarnessAddable occ
    )

    Parameters

    occ
    EPLAN.Harness.API.Occurrences.Interfaces.IWireHarnessAddable occurrence.
    Example
    This example shows how to remove an occurrence from a wire harnesses.
    IWireHarnessAddable occurrence = ...
    
    occurrence.RemoveFromWireHarness();
    See Also