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


ICoverage.ToleranceStatus Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverage.ToleranceStatus Property

Indicates if the specified Tolerance has been verified.

[Visual Basic .NET]
Public Function get_ToleranceStatus ( _
    ByVal toleranceType As esriCoverageToleranceType _
) As Boolean
[C#]
public bool get_ToleranceStatus (
    esriCoverageToleranceType toleranceType
);
[C++]
HRESULT get_ToleranceStatus(
  esriCoverageToleranceType toleranceType,
  VARIANT_BOOL* isVerified
);
[C++]

Parameters toleranceType [in]
toleranceType is a parameter of type esriCoverageToleranceType isVerified [out, retval] isVerified is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICoverage Interface