CogDLRuntimeStreams IndexOf Method (CogDLRuntimeStream)Cognex VisionPro 9.24
Return the index of the specified CogDLRuntimeStream instance. Return -1 if not found.

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

public int IndexOf(
	CogDLRuntimeStream stream
)

Return Value

Type: Int32
See Also