ArcObjects Library Reference (Editor)  

ITraverseAdjustment Interface

Provides access to members that perform adjustment computations.

Product Availability

Available with ArcGIS Desktop.

Members

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

CoClasses that implement ITraverseAdjustment

CoClasses and 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.