Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveConnection Class / DeletePart Method
Part to be deleted.
In This Topic
    DeletePart Method
    In This Topic
    Delete part from library.
    Syntax
    public void DeletePart( 
       BaseConstructionItem part
    )

    Parameters

    part
    Part to be deleted.
    Exceptions
    ExceptionDescription
    Argument is null.
    You can not perform this action on a document opened as read only.
    The exception that is thrown when the part is not found in the library.
    See Also