GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanSelect Method
In This Topic
    CanSelect Method
    In This Topic
    Called to see if the user can select this object.
    Syntax
    public virtual bool CanSelect()
    Remarks
    This returns true if Selectable, and if this object is part of a layer, if Layer.CanSelectObjects. This object's parent need not be selectable for this object to be selectable. This predicate is used by methods such as GoView.GoView.SelectInRectangle and Pick.
    See Also