This document is archived and information here might be outdated. Recommended version. |
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 );
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.