GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Contains Method
In This Topic
    Contains Method (GoDocument)
    In This Topic
    Determine if an object belongs to this document.
    Syntax
    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