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.
public bool RemoveVirtualPin( LibPinInfo virtualPin )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.LibraryItemClosedException | The exception is thrown in case of an attempt to read or modify a library item which is currently closed. |
EPLAN.Harness.API.Exceptions.LibraryItemReadOnlyException | The exception is thrown in case of an attempt to modify a library item which is currently read-only. |