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

    Parameters

    virtualPin
    The virtual pin to remove from the component.

    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