GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / Remove Method
In This Topic
    Remove Method (GoLayerCollection)
    In This Topic
    Remove a layer from this collection.
    Syntax
    public bool Remove( 
       GoLayer layer
    )

    Parameters

    layer
    Remarks
    If the layer is owned by this collection's container, this method calls GoLayer.Clear on layer. The IGoLayerCollectionContainer.RaiseChanged call gets a RemovedLayer hint.
    See Also