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