CogIOOutputLineInfoList PropertiesCognex VisionPro

The CogIOOutputLineInfoList type exposes the following members.

Properties

  NameDescription
Public propertyAcqCompleteInfo
Get or set CogIOOutputLineInfo to handle the acquisition complete event.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyDataReadyInfo
Get or set CogIOOutputLineInfo to handle the data ready signal.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyLevelJobRunningInfo
Get or set CogIOOutputLineInfo to handle the job running signal. Asserts OutputLine when the job starts running and de-asserts OutputLine when the job stops. used for the single run case.
Public propertyMovePartInfo
Get or set CogIOOutputLineInfo to handle the acquisition move part event.
Public propertyPulsedJobRunningInfo
Get or set CogIOOutputLineInfo to handle the job running signal. Starts the job heartbeat when it starts, and stops the job heartbeat when the job stops. Used for the continuous running case.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also