Inserts a CameraInfo object into the list at the specified index.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Insert(
	int index,
	CameraInfo value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As CameraInfo _
)
JScript
public function Insert(
	index : int, 
	value : CameraInfo
)

Parameters

index
Type: System..::..Int32
The zero-based index at which value should be inserted.
value
Type: Ico.Windows.Media.Media3D..::..CameraInfo
The value to insert

See Also