CogDLRuntimeResults TryGetMarking Method Cognex VisionPro 9.23
Fetch the named marking. Return true if found, false otherwise.

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

public bool TryGetMarking(
	string name,
	out CogDLRuntimeMarking marking
)

Parameters

name
Type: System String
The name of the marking to be retrieved.
marking
Type: Cognex.VisionPro.DLRuntime CogDLRuntimeMarking 
The output marking.

Return Value

Type: Boolean
See Also