GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGroup Class
/ Clear Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Clear Method (GoGroup)
In This Topic
Remove all children from this group.
Syntax
C#
public
virtual
void
Clear()
Remarks
This repeatedly calls
Remove(GoObject)
. The default implementation tries to avoid duplicate removals, in case removing one object automatically removes another one.
See Also
Reference
GoGroup Class
GoGroup Members