Harness proD API Help
EPLAN.Harness.API.DataStructures.LayerManagement Namespace / LayerManagement Class / RemoveLayer Method
Layer definition to remove.
In This Topic
    RemoveLayer Method
    In This Topic
    Remove passed layer definition from the list of layers.
    Syntax
    public bool RemoveLayer( 
       LayerDefinition layer
    )

    Parameters

    layer
    Layer definition to remove.

    Return Value

    True if the layer definition was successfully removed.
    Exceptions
    ExceptionDescription
    Argument is null.
    This file is not opened.
    The operation was not successful.
    See Also