MediaStreamContainers.FindIndex Method

Searches the collection for a given string. The string contains the name of a MediaStreamContainer.
Syntax:
Public Function FindIndex(Name As String) As Long
Parameter Description
Name

Specifies the name of the MediaStreamContainer for which to search in the collection.

Return Value:

If the Name property of a MediaStreamContainer object is equal to the given string, the FindIndex method returns the index of this object in the collection. If the string is not found, the FindIndex method returns -1.

See also: MediaStreamContainers, MediaStreamContainer

<< ICImagingControl.MediaStreamContainers