public bool RemoveLayer( LayerDefinition layer )
Parameters
- layer
- Layer definition to remove.
Return Value
True if the layer definition was successfully removed.
public bool RemoveLayer( LayerDefinition layer )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.FileClosedException | This file is not opened. |
EPLAN.Harness.API.Exceptions.OperationFailedException | The operation was not successful. |