CogToolTerminals MatchToolSignatures Method Cognex VisionPro 9.21 SR1
Returns True if both toolA and toolB have the exact same Input and Output terminals.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public static bool MatchToolSignatures(
	ICogTool toolA,
	ICogTool toolB
)

Return Value

Type: Boolean
See Also