This enumeration contains constants that are used by the
CogSerializationOptionsAttribute to associate a serialization option
with specific fields
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.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. | |
| ExcludeDataBindings | 2048 | Do not serialize databindings. | |
| All | 1793 | Serialize all types of properties. |
See Also