CogCopyRegion SpaceTreeMode Property Cognex VisionPro 9.21 SR1
Specifies how the coordinate space tree of the DestinationImage should be affected. Ignored if no DestinationImage is given.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax

public CogCopyRegionSpaceTreeModeConstants SpaceTreeMode { get; set; }

Property Value

Type: CogCopyRegionSpaceTreeModeConstants
Events

Event TypeReason
CogCopyRegion Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The space tree mode is not in CogCopyRegionSpaceTreeModeConstants.

Remarks

Trees are copied and merged by reference. If this value is either CopyInputMergeDestination or UseDestinationMergeInput, be careful to avoid circular references to coordinate space trees.
See Also