Cog3DRangeImageCrossSectionOperatorBase ToleranceCollection Property Cognex VisionPro 9.5
Gets the ToleranceCollection. The ToleranceCollection is initialiazed by the operator and the user will not be able to delete or add to it. Each operator adds a pre-defined set based on the operator result object. By default, all tolerances are disabled.

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

public CogSerializableCollectionBase<Cog3DRangeImageCrossSectionTolerance> ToleranceCollection { get; protected set; }

Property Value

Type: CogSerializableCollectionBase Cog3DRangeImageCrossSectionTolerance 
See Also