GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / EditDelete Method
In This Topic
    EditDelete Method
    In This Topic
    Remove all selected objects from this view's document.
    Syntax
    public virtual void EditDelete()
    Remarks
    This just calls DeleteSelection with this view's Selection.
    See Also