Returns true if the hardware supports the given line, otherwise returns false.
Namespace: Cognex.VisionPro.Comm.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
public static bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber,
bool throwIfNoSupport
)
public static bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber,
bool throwIfNoSupport
)
Public Shared Function IsLineSupported (
bank As CogPrioBankConstants,
lineNumber As Integer,
throwIfNoSupport As Boolean
) As Boolean
Public Shared Function IsLineSupported (
bank As CogPrioBankConstants,
lineNumber As Integer,
throwIfNoSupport As Boolean
) As Boolean
public:
static bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber,
bool throwIfNoSupport
)
public:
static bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber,
bool throwIfNoSupport
)
Return Value
Type:
Boolean