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