GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SelectAll Method
In This Topic
    SelectAll Method
    In This Topic
    Add all eligible document objects to this view's selection.
    Syntax
    public virtual void SelectAll()
    Remarks

    This method only selects document objects. It heeds this view's CanSelectObjects predicate, the GoLayer's GoLayer.CanViewObjects and GoLayer.CanSelectObjects predicates, and the GoObject's GoObject.CanView and GoObject.CanSelect predicates.

    This raises the SelectionStarting and SelectionFinished events.

    See Also