GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / InsertItem Method
the intended index for the item and its accompanying objects
any GoObject
any object, but typically a GoPort or null
any object, but typically a GoPort or null
In This Topic
    InsertItem Method
    In This Topic
    Insert an item and its ports to be at a particular position in the list.
    Syntax
    public virtual void InsertItem( 
       int i,
       GoObject item,
       GoObject leftport,
       GoObject rightport
    )

    Parameters

    i
    the intended index for the item and its accompanying objects
    item
    any GoObject
    leftport
    any object, but typically a GoPort or null
    rightport
    any object, but typically a GoPort or null
    See Also