GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / RemoveHandles Method
In This Topic
    RemoveHandles Method
    In This Topic
    Remove all handles associated with an object in this selection.
    Syntax
    public virtual void RemoveHandles( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    Each handle for the obj has its IGoHandle.SelectedObject property set to null and its IGoHandle.GoObject removed from its view layer.
    See Also