Image8Grey CoordinateSpaceTree Property Cognex VisionPro 9.10
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

public 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.

Implements

IImage CoordinateSpaceTree
Exceptions

ExceptionCondition
ArgumentExceptionIf newVal is NULL
Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also