Get
Returns the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.
Set
Namespace: Cognex.VisionSets this image's CoordinateSpaceTree.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Return Value
Type: CoordinateSpaceTreeThe 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.
Implements
IImage CoordinateSpaceTreeExceptions
| Exception | Condition |
|---|---|
| ArgumentException | If newVal is NULL |
Remarks
Changed Raised when the value of this property changes. The following state flag may be affected:
See Also