Gets or sets the CameraInfo object 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 CameraInfo this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As CameraInfo
	Get
	Set
JScript
JScript does not support indexed properties.

Parameters

index
Type: System..::..Int32
The zero-based index of the CameraInfo object to get or set.

Field Value

The CameraInfo object at the specified index.

See Also