GoDiagram Web Reference
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
Insert an item and its ports to be at a particular position in the list.
Syntax
'Declaration
 
Public Overridable Sub InsertItem( _
   ByVal i As Integer, _
   ByVal item As GoObject, _
   ByVal leftport As GoObject, _
   ByVal rightport As GoObject _
) 
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoMultiTextNode Class
GoMultiTextNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback