CogDLRuntime Execute Method Cognex VisionPro 9.23
Process the supplied image on the currently selected stream in the current workspace.

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

public CogDLRuntimeResults Execute(
	ICogImage inputImage
)

Return Value

Type: CogDLRuntimeResults
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
InvalidOperationException If the workspace is not open.
ArgumentException If the SelectedStreamName is not found in this workspace.
See Also