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


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

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