GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / Add Method
In This Topic
    Add Method (GoSelection)
    In This Topic
    Add an object to this selection.
    Syntax
    public override void Add( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    If the obj is already part of this selection, nothing happens. Otherwise this method calls GoObject.OnGotSelection and raises the GoView.ObjectGotSelection event by calling GoView.RaiseObjectGotSelection. No notifications occur if there is no View for this selection. If adding an object would increase the GoCollection.Count beyond the GoView.MaximumSelectionCount, this collection is not augmented.
    See Also