CogPrioState Item Property Cognex VisionPro 9.7
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.Comm
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public bool this[
	CogPrioBankConstants bank,
	int lineNumber
] { get; }

Property Value

Type: Boolean
See Also