Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibSpecialComponent Class / AddVirtualPin Method
In This Topic
    AddVirtualPin Method (BaseLibSpecialComponent)
    In This Topic
    Add new virtual pin to this special electrical component.
    Syntax
    public LibPinInfo AddVirtualPin()

    Return Value

    Created virtual pin.
    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