ICog3DPointCloud SelectedSpaceName3D Property Cognex VisionPro 9.5
Gets or sets the name of the three dimensional coordinate space to be used by tools which process this point cloud.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

string SelectedSpaceName3D { get; set; }

Property Value

Type: String
The 3D selected space name for this point cloud. The default value is "@".
Events

Exceptions

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException If the supplied space name is not syntactically valid.
See Also