Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / LibDummyPart Class / Open Method
In This Topic
    Open Method (LibDummyPart)
    In This Topic
    Open library item for editing.
    Syntax
    public override void Open()
    Exceptions
    ExceptionDescription
    Throw when this method is called from the Studio API.
    Thrown when the library is already opened for editing by another user.
    The exception that is thrown when the project has no active library.
    Remarks

    The library item must be opened for editing any of its data.

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

    Library item can be open for editing only from the Library API.

    Do not forget to Close the part after editing is done!

    See Also