SpaceTreePathnameConstants EnumerationCognex VisionPro 9.22

This enumeration controls the formatting of coordinate space names that are returned from a CoordinateSpaceTree.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public enum SpaceTreePathnameConstants
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 ( CoordinateSpaceTree ).

See Also