Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / LibGroupedPinInfo Class / RemoveVirtualPin Method
The virtual pin to remove from the grouped pin.
In This Topic
    RemoveVirtualPin Method (LibGroupedPinInfo)
    In This Topic
    Remove virtual pin from this grouped pin.
    Syntax
    public bool RemoveVirtualPin( 
       LibPinInfo virtualPin
    )

    Parameters

    virtualPin
    The virtual pin to remove from the grouped pin.

    Return Value

    True if the virtual pin is removed, otherwise False.
    Exceptions
    ExceptionDescription
    The exception is thrown in case of an attempt to read or modify a library item which is currently closed.
    The exception is thrown in case of an attempt to modify a library item which is currently read-only.
    See Also