GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / CanCopyObjects Method
In This Topic
    CanCopyObjects Method (GoLayer)
    In This Topic
    Called to see if the user can copy selected objects in this layer.
    Syntax
    public bool CanCopyObjects()
    Remarks
    This just returns AllowCopy, and, if this is a document layer, Document.CanCopyObjects. This predicate is used by methods such as CopySelection and CopyFromCollection(IGoCollection).
    See Also