Cog3DVisionDataStitch SharedSpaceName3D Property Cognex VisionPro
The name of the 3D space shared by all input range images. The Execute  method will throw an ArgumentException if this space name does not exist in the 3D coordinate space tree of every input range image.

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

public string SharedSpaceName3D { get; set; }

Property Value

Type: String
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentNullException The supplied value is null.
See Also