CogSpaceTreePathnameConstants EnumerationCognex VisionPro 9.5
This enumeration controls the formatting of coordinate space names that are returned from a coordinate space tree (CogCoordinateSpaceTree or Cog3DCoordinateSpaceTree).

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public enum CogSpaceTreePathnameConstants
Members

  Member nameValueDescription
None0 Returned space names will be expressed as a single, non-qualified name.
Full1 Returned space names will be expressed as a full pathname through the coordinate space tree.
Partial2 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