GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / Collection Property
In This Topic
    Collection Property
    In This Topic
    Gets or sets the collection of Northwoods.Go.GoObjects to display or modify.
    Syntax
    public IGoCollection Collection {get; set;}

    Property Value

    Initially this value will be null, but it must be set for this property modifier to be able to find any Northwoods.Go.GoObjects to display or modify.
    Remarks
    Setting this property to a Northwoods.Go.GoSelection will also set the View property to be that selection's Northwoods.Go.GoSelection.View, if that view is not null.
    See Also