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