CogIPTwoImageSubtract SpaceTreeMode Property Cognex VisionPro 9.21 SR1
The SpaceTreeMode specifies how the coordinate space tree of the OutputImage should be generated.

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

public CogIPTwoImageSpaceTreeModeConstants SpaceTreeMode { get; set; }

Property Value

Type: CogIPTwoImageSpaceTreeModeConstants
Events

Event TypeReason
CogIPTwoImageSubtract Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogIPTwoImageSpaceTreeModeConstants.

Remarks

Specifies how to generate the CogCoordinateSpaceTree of the output image.

Default Value: CopyA

See Also