public override void Open()
public override void Open()
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.LibraryItemReadOnlyException | Throw when this method is called from the Studio API. |
EPLAN.Harness.API.Exceptions.FileOpenedAsReadOnlyException | Thrown when the library is already opened for editing by another user. |
EPLAN.Harness.API.Exceptions.NoActiveLibraryException | The exception that is thrown when the project has no active library. |
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!