Cog3DVisionDataStitch OutputSpaceName3D Property Cognex VisionPro
The name of the 3D space in which the output range image will be rendered. The Execute  method will throw an ArgumentException if this space name does not exist within the 3D coordinate space tree of the specified range image.

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

public string OutputSpaceName3D { 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