CogPrio IsLineSupported Method Cognex VisionPro 9.22
Returns true if the hardware supports the given I/O bank.

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

public bool IsLineSupported(
	CogPrioBankConstants bank,
	int lineNumber
)

Parameters

bank
Type: Cognex.VisionPro.Comm CogPrioBankConstants
lineNumber
Type: System Int32

Return Value

Type: Boolean
See Also