GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument 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 (GoDocument)
In This Topic
Remove an object from this document.
Syntax
C#
public
virtual
bool
Remove(
GoObject
obj
)
Parameters
obj
Remarks
It is an error if the
obj
belongs to a different document. If it already has been removed from this document, this method does nothing.
See Also
Reference
GoDocument Class
GoDocument Members