Returns True if both toolA and toolB have
the exact same Output terminals.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
public static bool MatchOutputSignatures(
ICogTool toolA,
ICogTool toolB
)
public static bool MatchOutputSignatures(
ICogTool toolA,
ICogTool toolB
)
Public Shared Function MatchOutputSignatures (
toolA As ICogTool,
toolB As ICogTool
) As Boolean
Public Shared Function MatchOutputSignatures (
toolA As ICogTool,
toolB As ICogTool
) As Boolean
public:
static bool MatchOutputSignatures(
ICogTool^ toolA,
ICogTool^ toolB
)
public:
static bool MatchOutputSignatures(
ICogTool^ toolA,
ICogTool^ toolB
)
Return Value
Type:
Boolean