CogImage8Grey CoordinateSpaceTree Property Cognex VisionPro 9.8
Returns/sets the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.

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

public virtual CogCoordinateSpaceTree CoordinateSpaceTree { get; set; }

Property Value

Type: CogCoordinateSpaceTree

Implements

ICogImage CoordinateSpaceTree
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the coordinate space tree changes.

The following state flag may be affected:

    Remarks

    Returns or sets the CogCoordinateSpaceTree for a particular image. You can use this tree to create a transform that maps points between coordinate spaces.

    To ensure that all acquired images have the same coordinate space tree, use CogAcqFifo.CoordinateSpaceTree instead.

    See Also