CogDLRuntimeResults ContainsName Method Cognex VisionPro 9.22
Return true if this results object contains a marking with the specified name, otherwise return false.

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

public bool ContainsName(
	string name
)

Parameters

name
Type: System String
The name to search for.

Return Value

Type: Boolean
See Also