GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class
Members
In This Topic
    GoSelection Class
    In This Topic
    The selection is a collection of GoObjects that the user can manipulate in a GoView.
    Syntax
    [Serializable()]
    public class GoSelection : GoCollection, IGoCollection  
    Remarks
    You should use the GoView.GoView.Selection to display and manipulate the selection of objects that the user sees. Occasionally you may need to have a separate collection of objects that is a GoSelection, in which case you may want to call the constructor with a null/Nothing argument.
    See Also