Cog3DVisionDataUtils GetSelectedSpaceName3D Method Cognex VisionPro 9.8
Get the selected 3D space name from the supplied ICogVisionData object.

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

public static string GetSelectedSpaceName3D(
	ICogVisionData data
)

Return Value

Type: String
A reference to the vision data's Selected space name 3D, or null if the input argument does not reference valid 3D vision data.
See Also