GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLayerCollection Class
/ Remove Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Remove Method (GoLayerCollection)
In This Topic
Remove a layer from this collection.
Syntax
C#
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
Reference
GoLayerCollection Class
GoLayerCollection Members