CogImage16Range CoordinateSpaceTree Property Cognex VisionPro 9.20
Get or set the tree of all named two dimensional coordinate spaces for this image. The tree provides advanced functions for managing two dimensional coordinate spaces.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 80.0.0.0
Syntax

public virtual CogCoordinateSpaceTree CoordinateSpaceTree { get; set; }

Property Value

Type: CogCoordinateSpaceTree

Implements

ICogImage CoordinateSpaceTree
Events

Exceptions

ExceptionCondition
ArgumentNullException If NewVal is null.
See Also