GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / GetHandleEnumerable Method
an object that may have selection handles; the "handled" object, not the "selected" object
In This Topic
    GetHandleEnumerable Method
    In This Topic
    Return an enumerable collection of the selection handles for an object.
    Syntax
    public virtual IEnumerable<IGoHandle> GetHandleEnumerable( 
       GoObject obj
    )

    Parameters

    obj
    an object that may have selection handles; the "handled" object, not the "selected" object

    Return Value

    an IEnumerable of IGoHandle
    See Also