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


ITraverseAdjustment.CalculateAdjustment Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ITraverseAdjustment.CalculateAdjustment Method

Performs the specified adjustment computation on the geometry.

[Visual Basic .NET]
Public Function CalculateAdjustment ( _
    ByVal polyline As IPolyline, _
    ByVal pEnd As IPoint, _
    ByVal adjustmentType As esriAdjustmentType _
) As IPolyline
[C#]
public IPolyline CalculateAdjustment (
    IPolyline polyline,
    IPoint pEnd,
    esriAdjustmentType adjustmentType
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The CalculateAdjustment method is used by the Traverse Window and COGO Area commands in the Editor to adjust for the differences in a polyline between the actual endpoint and a desired endpoint.

See Also

ITraverseAdjustment Interface