Cog3DPoint Z Property Cognex VisionPro 9.8
Gets/sets the z component of this point's 3D position.

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

public virtual double Z { get; set; }

Property Value

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