CogToolTerminals MatchOutputSignatures Method Cognex VisionPro 9.22
Returns True if both toolA and toolB have the exact same Output terminals.

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

public static bool MatchOutputSignatures(
	ICogTool toolA,
	ICogTool toolB
)

Return Value

Type: Boolean
See Also