CogDLRuntime GetParams Method Cognex VisionPro 9.24
Fetch the specified set of ICogDLRuntimeParam objects. If selectedStreamOnly argument is true, only return current parameters for tools in the selected stream. Otherwise return parameters for all tools in the workspace. If a workspace is not open this will return an empty list.

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

public CogDLRuntimeParams GetParams(
	bool selectedStreamOnly = true
)

Parameters

selectedStreamOnly (Optional)
Type: System Boolean
If true, restrict output to just the ViDi tools in the currently selected stream. If false, return parameters for all tools in the workspace.

Return Value

Type: CogDLRuntimeParams
See Also