public bool DeleteDisplayConfiguration( T displayConfiguration )
Parameters
- displayConfiguration
- Display configuration to delete.
Return Value
True if displayConfiguration is successfully deleted, otherwise False.
public bool DeleteDisplayConfiguration( T displayConfiguration )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.OperationFailedException | Thrown when you tried to delete the last one display configuration. Project must contain at least one display configuration for each type of drawing. |
EPLAN.Harness.API.Exceptions.ProjectClosedException | The exception that is thrown when no project is open. |