GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanCopy Method
In This Topic
    CanCopy Method
    In This Topic
    Called to see if the user can copy this object.
    Syntax
    public virtual bool CanCopy()
    Remarks
    This returns true if Copyable, and, if this object is in a layer, if Layer.CanCopyObjects. This object's parent need not be copyable for this object to be copyable. This predicate is used by methods such as GoView.GoView.CopySelection.
    See Also