CogNdmJobChangeRequestedEventArgs ClassCognex VisionPro 9.5
Event args returned as part of Cognex's Network Data Model (NDM) JobChangeRequested event.
Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.VisionPro.Comm CogNdmEventArgsBase
      Cognex.VisionPro.Comm CogNdmJobChangeRequestedEventArgs

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax

public sealed class CogNdmJobChangeRequestedEventArgs : CogNdmEventArgsBase

The CogNdmJobChangeRequestedEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyJobID
Gets the Job ID to load.
Public propertyJobSlot
Gets the Job slot to change.
Public propertyMessageID
An ID number that uniquely identifies the message.
(Inherited from CogNdmEventArgsBase.)
Top
See Also