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