GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphBase Class / PickObjects Method
In This Topic
    PickObjects Method (GoSubGraphBase)
    In This Topic
    Unlike the standard behavior provided by GoGroup's GoGroup.PickObjects, subgraphs allow the picking of more than one child, if they overlap each other at the given point.
    Syntax
    public override IGoCollection PickObjects( 
       PointF p,
       bool selectableOnly,
       IGoCollection coll,
       int max
    )

    Parameters

    p
    selectableOnly
    coll
    max
    Remarks
    If CanView is false for this group, no children are added to the collection.
    See Also