GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / SetItem Method
In This Topic
    SetItem Method
    In This Topic
    Replaces an item object at a particular index.
    Syntax
    public void SetItem( 
       int i,
       GoObject obj
    )

    Parameters

    i
    obj
    Remarks
    This does not change either associated "port" object.
    See Also