GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / AddHandle Method
In This Topic
    AddHandle Method
    In This Topic
    Associate a handle with an object in this selection.
    Syntax
    public virtual void AddHandle( 
       GoObject obj,
       IGoHandle handle
    )

    Parameters

    obj
    handle
    Remarks
    This method also adds the handle's IGoHandle.GoObject to the view's default layer. This method is called by CreateResizeHandle and CreateBoundingHandle.
    See Also