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


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

ITraverseAdjustment.CalculateClosure Method

Caculates the closure for the .

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The CalculateClosure method is used by the Traverse Window in the Editor to report the differences in a polyline between the actual endpoint and a desired endpoint. The closure report is returned as an ITraverseClosure.

See Also

ITraverseAdjustment Interface