This document is archived and information here might be outdated.  Recommended version.


ICoverage.Tolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverage.Tolerance Property

Value of the specified Tolerance.

[Visual Basic .NET]
Public Function get_Tolerance ( _
    ByVal toleranceType As esriCoverageToleranceType _
) As Double
[Visual Basic .NET]
Public Sub set_Tolerance ( _
    ByVal toleranceType As esriCoverageToleranceType, _
    ByVal toleranceValue As Double _
)
[C#]
public double get_Tolerance (
    esriCoverageToleranceType toleranceType
);
[C#]
public void set_Tolerance (
    esriCoverageToleranceType toleranceType,
    double toleranceValue
);
[C++]
HRESULT get_Tolerance(
  esriCoverageToleranceType toleranceType,
  double* toleranceValue
);
[C++]
HRESULT put_Tolerance(
  esriCoverageToleranceType toleranceType,
  double toleranceValue
);
[C++]

Parameters toleranceType [in]
toleranceType is a parameter of type esriCoverageToleranceType toleranceValue [out, retval] toleranceValue is a parameter of type double toleranceType [in]
toleranceType is a parameter of type esriCoverageToleranceType toleranceValue [in] toleranceValue is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICoverage Interface