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