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


ITraverseAdjustment.CalculateAdjustment Method (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 > ITraverseAdjustment.CalculateAdjustment Method
ArcGIS Developer Help

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