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