GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / SetString Method
a new GoText.Text value
In This Topic
    SetString Method
    In This Topic
    This convenience method sets the string associated with a given item in the list.
    Syntax
    public virtual void SetString( 
       int i,
       string s
    )

    Parameters

    i
    s
    a new GoText.Text value
    Remarks
    If the i'th item is not a GoText, this method does nothing.
    See Also