Returns the index of an object

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

Syntax

C#
public int IndexOf(
	string name
)
Visual Basic
Public Function IndexOf ( _
	name As String _
) As Integer
JScript
public function IndexOf(
	name : String
) : int

Parameters

name
Type: System..::..String
the name of the CameraInfo to get

Return Value

the index of the object or -1 if the object is not found

See Also