Click or drag to resize

StateObjectsCollectionInsert Method

Inserts an existing StateObject into the collection at the specified index.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public virtual StateObject Insert(
	int index,
	StateObject item
)

Parameters

index
Type: SystemInt32
The zero-based index location where the item is inserted.
item
Type: ABB.Robotics.Tps.Windows.FormsStateObject
The StateObject that represents the item to insert.

Return Value

Type: StateObject
The StateObject that was inserted into the collection.
See Also