GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / GetAnExistingHandle Method
the "handled" object, not the "selected" object
In This Topic
    GetAnExistingHandle Method
    In This Topic
    Return one of the handles associated with an object in this selection.
    Syntax
    public virtual IGoHandle GetAnExistingHandle( 
       GoObject obj
    )

    Parameters

    obj
    the "handled" object, not the "selected" object

    Return Value

    An IGoHandle, or null if there are none for obj.
    See Also