CogDLRuntimeResults ContainsName Method Cognex VisionPro 9.24
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: 91.0.0.0 (91.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