Cog3DDisplayV2WF DisplaySpaceName3D Property Cognex VisionPro 9.5
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: 69.0.0.0 (69.0.0.0)
Syntax

public string DisplaySpaceName3D { get; set; }

Property Value

Type: String

Implements

ICog3DDisplayV2 DisplaySpaceName3D
Exceptions

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