IImage CoordinateSpaceTree Property Cognex VisionPro 9.20
Get

Returns the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.

Set

Sets this image's CoordinateSpaceTree.

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

CoordinateSpaceTree CoordinateSpaceTree { get; set; }

Return Value

Type: CoordinateSpaceTree

The CoordinateSpaceTree for a particular image. You can use this tree to create a transformation that maps points between coordinate spaces. To ensure that all acquired images have the same coordinate space tree, use your AcqFifo'sCoordinateSpaceTree property instead.

See Also