GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLayer 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 (GoLayer)
In This Topic
Determine if an object belongs to this layer.
Syntax
C#
public
bool
Contains(
GoObject
obj
)
Parameters
obj
Remarks
This implementation currently depends on the
GoObject.Layer
property, a "back-pointer".
See Also
Reference
GoLayer Class
GoLayer Members