CogPrioImpl RemoveEvent Method Cognex VisionPro 9.8
Removes the previously configured event for a particular I/O line transition.

Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.1.0.0
Syntax

public virtual void RemoveEvent(
	CogPrioBankConstants bank,
	int lineNumber,
	CogPrioLineTransitionConstants transitionType,
	int eventNumber
)

Parameters

bank
Type: Cognex.VisionPro.Comm CogPrioBankConstants
The bank containing the I/O line for the configured event to remove.
lineNumber
Type: System Int32
The line number of the I/O line for the configured event to remove.
transitionType
Type: Cognex.VisionPro.Comm CogPrioLineTransitionConstants
The transition type of the I/O line for the configured event to remove.
eventNumber
Type: System Int32
The event number of the event to remove.
See Also