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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogCoordinateSpaceTreeEvents
| Event Type | Reason |
|---|---|
| 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