CogToolTerminals MatchToolSignatures Method Cognex VisionPro 9.10
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: 79.0.0.0 (79.0.0.0)
Syntax

public static bool MatchToolSignatures(
	ICogTool toolA,
	ICogTool toolB
)

Return Value

Type: Boolean
See Also