Click or drag to resize
ProjectObjectCollectionCopyTo Method
Copies all of the ProjectObjects in this collection to the specified array, starting at the specified index of the target array.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public virtual void CopyTo(
	Array targetArray,
	int index
)

Parameters

targetArray
Type: SystemArray
The array of that recieves the elements of the collection.
index
Type: SystemInt32
The zero-based index in the target array where this method starts copying this collection.

Implements

ICollectionCopyTo(Array, Int32)
Version Information

Supported in: 1.0.0.0
See Also