ICog3DDisplayV2 DisplaySpaceName3D Property Cognex VisionPro 9.8
Gets or sets the name of the coordinate space that needs to be used forrendering RangeImage, PointCloud and any other 3D graphics that is being added to the display NOTE: this is the name of the common shared physical space

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

string DisplaySpaceName3D { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException Throws an CogSpaceTreeInvalidNameSyntaxException if the DisplaySpaceName3D doesn't have a valid space name syntax.
See Also