This class is used to describe which line should be programmed to what value
Inheritance Hierarchy
Cognex.VisionPro.QuickBuild.IO CogIODiscreteDataItem
Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
The CogIODiscreteDataItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogIODiscreteDataItem |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Line |
Set or get a line number. The line number must be
greater than 0 and less than 31; otherwise,
ArgumentOutOfRangeException will be thrown
| |
| Value |
Value to be written to Line when it is passed to CogIODevice’s Write.
|
See Also