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