CogDLRuntimeStreams IndexOf Method (CogDLRuntimeStream)Cognex VisionPro 9.22 SR1
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: 87.1.0.0 (87.1.0.0)
Syntax

public int IndexOf(
	CogDLRuntimeStream stream
)

Return Value

Type: Int32
See Also