GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanCopyObjects Method
In This Topic
    CanCopyObjects Method (GoView)
    In This Topic
    Called to see if the user can copy objects in this view for this document.
    Syntax
    public virtual bool CanCopyObjects()
    Remarks
    This just returns AllowCopy && Document.CanCopyObjects. This predicate is used by methods such as CopySelection and EditCopy and by GoToolDragging.
    See Also