The one-dimensional System.Array that is the destination of the elements copied from SceneEntityCollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
CopyTo Method (SceneEntityCollection)
Copies the elements of the SceneEntityCollection to an System.Array, starting at a particular System.Array index.
Syntax
public void CopyTo( 
   IBaseSceneEntity[] array,
   int offset
)

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from SceneEntityCollection. The System.Array must have zero-based indexing.
offset
The zero-based index in array at which copying begins.
Exceptions
ExceptionDescription
array is null.
offset is less than 0.
The number of elements in the source SceneEntityCollection is greater than the available space from offset to the end of the destination array.
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