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


ITraverseAdjustment Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseAdjustment Interface
ArcGIS Developer Help

ITraverseAdjustment Interface

Provides access to members that perform adjustment computations.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method CalculateAdjustment Performs the specified adjustment computation on the geometry.
Method CalculateClosure Caculates the closure for the .

Classes that implement ITraverseAdjustment

Classes Description
TraverseAdjustment Performs Traverse Adjustment Calculations.

Remarks

ITraverseAdjustment allows a misclose to be caclulated between the endpoint of a polyline and the desired endpoint. The misclose can be distributed amongst the segments of the polyline using various adjustment techniques. Use the CalculateClosure method to check how close the endpoint is from your desired endpoint. If the closure is too great, you can use the CalculateAdjustment method to create a new adjusted polyline.