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


IDEArcInfoUtilities.MakeDETolerances Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.MakeDETolerances Method

Make tolerances.

[Visual Basic .NET]
Public Function MakeDETolerances ( _
    ByVal pCoverage As ICoverage _
) As IPropertySet
[C#]
public IPropertySet MakeDETolerances (
    ICoverage pCoverage
);
[C++]
HRESULT MakeDETolerances(
  ICoverage* pCoverage,
  IPropertySet** ppTolerances
);
[C++]

Parameters pCoverage [in]
pCoverage is a parameter of type ICoverage ppTolerances [out, retval]
ppTolerances is a parameter of type IPropertySet

Product Availability

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

See Also

IDEArcInfoUtilities Interface