Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / LibDummyPart Class / Close Method
In This Topic
    Close Method (LibDummyPart)
    In This Topic
    Close library item for editing.
    Syntax
    public override void Close()
    Exceptions
    ExceptionDescription
    The exception that is thrown when the project has no active library.
    Remarks

    For preserving changes made on the library item call Save before closing the item, otherwise all changes will be discarded.

    The IsOpened property is set to False after this method is called.

    It is important to close all opened parts!

    See Also