ArcObjects Library Reference (Editor)  

ITraverseClosure Interface

Provides access to members that report the traverse closure.

Product Availability

Available with ArcGIS Desktop.

Members

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.

Remarks

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