Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseConstructionItem Class / Save Method
In This Topic
    Save Method (BaseConstructionItem)
    In This Topic
    Save all changes.
    Syntax
    public override void Save()
    Exceptions
    ExceptionDescription
    The exception that is thrown when the project has no active library.
    The operation was not successful.
    Remarks

    For discarding the changes without save call only the Close.

    The item is still open for editing after calling this method. Use Close to end the editing of the library item.

    See Also