This enumeration contains constants that are used to specify particular fields to be serialized or deserialized.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Minimum | 0 | Serialize a minimum set of properties. Excludes input/output images and results. | |
| Results | 1 | Serialize result objects. | |
| InputImages | 256 | Serialize input images. | |
| OutputImages | 512 | Serialize output images. | |
| ToolBlockTerminalImages | 1024 | Serialize images contained in ToolBlock terminals. | |
| All | 1793 | Serialize all types of properties. |
See Also