CogSurfaceFX MergeAllSelectedSpaceName Property Cognex VisionPro
Gets or sets the SelectedSpaceName of the outputImage, when SpaceTreeMode is MergeAll.

Namespace: Cognex.VisionPro.SurfaceFX
Assembly: Cognex.VisionPro.SurfaceFX (in Cognex.VisionPro.SurfaceFX.dll) Version: 65.1.0.0
Syntax

public string MergeAllSelectedSpaceName { get; set; }

Property Value

Type: String
The default is "@".
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfMergeAllSelectedSpaceName
Exceptions

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException if the value is not a valid syntax for a coordinate space tree.
ObjectDisposedException If the object has been disposed.
Remarks

See Also