ICogAcqFifo CoordinateSpaceTree Property Cognex VisionPro 9.8 SR1
Reads or sets a custom space tree that will be copied into all images acquired from this acquisition fifo. The tree provides advanced functions for managing coordinate spaces.

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

CogCoordinateSpaceTree CoordinateSpaceTree { get; set; }

Property Value

Type: CogCoordinateSpaceTree
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the coordinate space tree changes.

The following state flag may be affected:

Remarks

Sets or gets the tree of all named coordinate spaces for images acquired from this acquisition FIFO. The CogCoordinateSpaceTree provides advanced functions for managing coordinate spaces.

The coordinate space tree is deep-copied into the acquired CogImage.

See Also