GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / RemoveSelectionHandles Method
In This Topic
    RemoveSelectionHandles Method (GoObject)
    In This Topic
    Remove all selection handles for this object for the given selection collection.
    Syntax
    public virtual void RemoveSelectionHandles( 
       GoSelection sel
    )

    Parameters

    sel
    Remarks
    By default this just calls GoSelection.GoSelection.RemoveHandles.
    See Also