Cog3DPoint X Property Cognex VisionPro
Gets/sets the x component of this point's 3D position.

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

public virtual double X { get; set; }

Property Value

Type: Double
The x component of this point's 3D position.
See Also