Gets the Tolerance object of an item specified by name.
if name is not found, the return is null.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public Cog3DRangeImageCrossSectionTolerance this[
string name
] { get; }public Cog3DRangeImageCrossSectionTolerance this[
string name
] { get; }Public ReadOnly Property Tolerances (
name As String
) As Cog3DRangeImageCrossSectionTolerance
Get
Public ReadOnly Property Tolerances (
name As String
) As Cog3DRangeImageCrossSectionTolerance
Get
public:
property Cog3DRangeImageCrossSectionTolerance^ Tolerances[String^ name] {
Cog3DRangeImageCrossSectionTolerance^ get (String^ name);
}public:
property Cog3DRangeImageCrossSectionTolerance^ Tolerances[String^ name] {
Cog3DRangeImageCrossSectionTolerance^ get (String^ name);
}Parameters
- name
- Type: System String
The name of the tolerance object requested.
Property Value
Type:
Cog3DRangeImageCrossSectionTolerance