GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanEditObjects Method
In This Topic
    CanEditObjects Method (GoView)
    In This Topic
    Called to see if the user can edit objects in this view for this document.
    Syntax
    public virtual bool CanEditObjects()
    Remarks
    This just returns AllowEdit && Document.CanEditObjects. This predicate is used by methods such as GoText's OnSingleClick.
    See Also