GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / EditCut Method
In This Topic
    EditCut Method
    In This Topic
    Copy the current Selection to the clipboard and then delete it.
    Syntax
    public virtual void EditCut()
    Remarks
    This method does nothing if CanCopyObjects or CanDeleteObjects is false. After calling CopyToClipboard and DeleteSelection, this calls RaiseClipboardCopied. All the actions occur within a transaction.
    See Also