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

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

public virtual Cog3DCoordinateSpaceTree CoordinateSpaceTree3D { get; set; }

Property Value

Type: Cog3DCoordinateSpaceTree
Events

Exceptions

ExceptionCondition
ArgumentNullException If NewVal is null.
See Also