Get's value of a line that was caputured with this state object.
Note: Once a state object is read/created its contained values
do not change. To get the current values you must call ReadState()
again.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
public bool this[
CogPrioBankConstants bank,
int lineNumber
] { get; }public bool this[
CogPrioBankConstants bank,
int lineNumber
] { get; }Public ReadOnly Default Property Item (
bank As CogPrioBankConstants,
lineNumber As Integer
) As Boolean
Get
Public ReadOnly Default Property Item (
bank As CogPrioBankConstants,
lineNumber As Integer
) As Boolean
Get
public:
property bool default[CogPrioBankConstants bank, int lineNumber] {
bool get (CogPrioBankConstants bank, int lineNumber);
}public:
property bool default[CogPrioBankConstants bank, int lineNumber] {
bool get (CogPrioBankConstants bank, int lineNumber);
}Property Value
Type:
Boolean