CogDLRuntimeStreams IndexOf Method (String)Cognex VisionPro 9.25 SR1
Return the index of the CogDLRuntimeStream with the specified name. Return -1 if not found.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public int IndexOf(
	string streamName
)

Parameters

streamName
Type: System String
The stream name to search for.

Return Value

Type: Int32
See Also