This enumeration controls the formatting of coordinate
space names that are returned from a coordinate space tree
(CogCoordinateSpaceTree or
Cog3DCoordinateSpaceTree).
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.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 (CogCoordinateSpaceTree or Cog3DCoordinateSpaceTree).
See Also