GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / AddRange Method
In This Topic
    AddRange Method (GoSelection)
    In This Topic
    Call GoView.RaiseSelectionStarting and GoView.RaiseSelectionFinished around the addition of all of the objects in the given collection to this selection.
    Syntax
    public override void AddRange( 
       IGoCollection coll
    )

    Parameters

    coll
    See Also