GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / Set Method
The GoColor structure to add to the collection.
The string to associate with the GoColor. This value can not be null.
In This Topic
    Set Method (GoColorCollection)
    In This Topic
    Adds a GoColor structure associated with the specified name to the colleciton.
    Syntax
    public void Set( 
       GoColor color,
       string name
    )

    Parameters

    color
    The GoColor structure to add to the collection.
    name
    The string to associate with the GoColor. This value can not be null.
    See Also