Cog3DRangeImageCrossSectionOperatorBase Tolerances Property Cognex VisionPro 9.8
Gets the Tolerance object of an item specified by name. if name is not found, the return is null.

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

public Cog3DRangeImageCrossSectionTolerance this[
	string name
] { get; }

Parameters

name
Type: System String
The name of the tolerance object requested.

Property Value

Type: Cog3DRangeImageCrossSectionTolerance
See Also