GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ Contains Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Contains Method (GoDocument)
In This Topic
Determine if an object belongs to this document.
Syntax
C#
public
virtual
bool
Contains(
GoObject
obj
)
Parameters
obj
Remarks
This implementation currently depends on the object's
GoObject.Layer
property to see if it is part of this document.
See Also
Reference
GoDocument Class
GoDocument Members