public void DeletePart( BaseConstructionItem part )
Parameters
- part
- Part to be deleted.
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.FileOpenedAsReadOnlyException | You can not perform this action on a document opened as read only. |
EPLAN.Harness.API.Exceptions.PartNotFoundException | The exception that is thrown when the part is not found in the library. |