This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICoverage Interface > ICoverage.ToleranceStatus Property (ArcObjects .NET 10.4 SDK) |
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