GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / FindHandleByID Method
an object that may have selection handles; the "handled" object, not the "selected" object
the IGoHandle.HandleID to look for
In This Topic
    FindHandleByID Method
    In This Topic
    Find a particular selection handle for an object, given its IGoHandle.HandleID.
    Syntax
    public virtual IGoHandle FindHandleByID( 
       GoObject obj,
       int id
    )

    Parameters

    obj
    an object that may have selection handles; the "handled" object, not the "selected" object
    id
    the IGoHandle.HandleID to look for

    Return Value

    An IGoHandle that has the given ID, or null if no such handle is found. Note that if there is more than one such handle with the given ID, this will just return the first one it finds.
    See Also