Searches for the specified CameraInfo object and returns the zero-based index of the first occurrence within the entire list.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public Function IndexOf ( _
value As CameraInfo _
) As Integer |
JScript |
---|
public function IndexOf(
value : CameraInfo
) : int |
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.
See Also