Harness proD API Help
EPLAN.Harness.API.Occurrences.Workdesk Namespace / OccWdTerminalStrip Class / RemoveTerminal Method
Terminal which you want to remove from this terminal strip.
In This Topic
    RemoveTerminal Method (OccWdTerminalStrip)
    In This Topic
    Remove the terminal from this terminal strip.
    Syntax
    public bool RemoveTerminal( 
       IOccTerminal terminal
    )

    Parameters

    terminal
    Terminal which you want to remove from this terminal strip.

    Return Value

    true if terminal is successfully removed, otherwise false . It returns false when the terminal is not part of this terminal strip.
    Exceptions
    ExceptionDescription
    Api is not in an initialized state. You can get current state from EPLAN.Harness.API.HpdApi.Status property. If API is uninitialized, you can initialize it by calling EPLAN.Harness.API.HpdApi.Init method. If API is in failed state, you can not resurrect it.
    The object is in invalid state. Obtain a new one.
    Argument is null.
    The exception that is thrown when you trying to access to already deleted occurrence.
    See Also