Cog3DDisplay SamplingRate Property Cognex VisionPro
Gets or sets the sampling rate of the model. The higher this value is, the lower the rendering quality will be. For auto-sampling, use 0.

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

public int SamplingRate { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the given value is smaller than 0.
See Also