CogIPTwoImageMinMax MergedSpaceTreeName Property Cognex VisionPro 9.22 SR1
Specifies the name of the root node of the coordinate space tree that is generated if a merged SpaceTreeMode is selected.

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

public string MergedSpaceTreeName { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogIPTwoImageMinMax Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Sets or gets the name of newly added intermediate node of the CogCoordinateSpaceTree that is generated when the SpaceTreeMode specifies that coordinate space trees should be merged.

Default Value: MergedSpaceTree

See Also