Adds a CameraInfo object to the end of the list.

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

Syntax

C#
public int Add(
	CameraInfo value
)
Visual Basic
Public Function Add ( _
	value As CameraInfo _
) As Integer
JScript
public function Add(
	value : CameraInfo
) : int

Parameters

value
Type: Ico.Windows.Media.Media3D..::..CameraInfo
The CameraInfo object to add.

Return Value

The list index at which the value has been added.

See Also