Removes the first occurrence of a specific CameraInfo object from the list.

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

Syntax

C#
public void Remove(
	CameraInfo value
)
Visual Basic
Public Sub Remove ( _
	value As CameraInfo _
)
JScript
public function Remove(
	value : CameraInfo
)

Parameters

value
Type: Ico.Windows.Media.Media3D..::..CameraInfo
The CameraInfo object to remove from the list.

See Also