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

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.1.0.0 (87.1.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