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


ITraverseClosure Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseClosure Interface
ArcGIS Developer Help

ITraverseClosure Interface

Provides access to members that report the traverse closure.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property CalculatedEndPoint The calculated closing point of the traverse.
Read-only property CourseCount The number of courses in the traverse.
Read-only property EndPoint The closing point of the traverse.
Read-only property MisclosureDirection The direction of the vector of misclosure.
Read-only property MisclosureDistance The distance of the vector of misclosure.
Read-only property MisclosureX The horizontal difference in closure.
Read-only property MisclosureY The vertical difference in closure.
Read-only property RelativeErrorRatio The relative error ratio of misclosure.
Read-only property TotalLength The total length of the traverse.

Classes that implement ITraverseClosure

Classes Description

Remarks

ITraverseClosure is returned from the CalculateClosure method and reports the difference between the actual endpoint point of a polyline and the desired endpoint.