This enumeration controls the formatting of coordinate space names that are returned from a CoordinateSpaceTree.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Returned space names will be expressed as a single, non-qualified name. | |
| Full | 1 | Returned space names will be expressed as a full pathname through the coordinate space tree. | |
| Partial | 2 | Returned space names will be expressed as a partial pathname through the coordinate space tree, starting at the space named by the first argument of the method that you called. |
Remarks
This enumeration controls the formatting of coordinate space names that are returned from a coordinate space tree ( CoordinateSpaceTree ).
See Also