This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* isVerified
);
[C++] Parameters toleranceType [in]
toleranceType is a parameter of type esriCoverageToleranceType isVerified [out, retval]
isVerified is a parameter of type bool*