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