Construct a new precision i/o event instance.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
public CogPrioEvent(
string name,
CogPrioEventCauseLineCollection causesLine,
CogPrioEventCauseNdmCollection causesNdm,
CogPrioEventResponseLineCollection responsesLine
)
public CogPrioEvent(
string name,
CogPrioEventCauseLineCollection causesLine,
CogPrioEventCauseNdmCollection causesNdm,
CogPrioEventResponseLineCollection responsesLine
)
Public Sub New (
name As String,
causesLine As CogPrioEventCauseLineCollection,
causesNdm As CogPrioEventCauseNdmCollection,
responsesLine As CogPrioEventResponseLineCollection
)
Public Sub New (
name As String,
causesLine As CogPrioEventCauseLineCollection,
causesNdm As CogPrioEventCauseNdmCollection,
responsesLine As CogPrioEventResponseLineCollection
)
public:
CogPrioEvent(
String^ name,
CogPrioEventCauseLineCollection^ causesLine,
CogPrioEventCauseNdmCollection^ causesNdm,
CogPrioEventResponseLineCollection^ responsesLine
)
public:
CogPrioEvent(
String^ name,
CogPrioEventCauseLineCollection^ causesLine,
CogPrioEventCauseNdmCollection^ causesNdm,
CogPrioEventResponseLineCollection^ responsesLine
)