Cog3DLine SelectedSpaceName3D Property Cognex VisionPro
The 3D coordinate space in which this shape is to be interpreted.

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

public virtual string SelectedSpaceName3D { get; set; }

Property Value

Type: String
The default value is ".".

Implements

ICog3DShape SelectedSpaceName3D
Exceptions

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException If the value is an invalid space name syntax.
See Also