This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseClosure Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that report the traverse closure.
Description | ||
---|---|---|
CalculatedEndPoint | The calculated closing point of the traverse. | |
CourseCount | The number of courses in the traverse. | |
EndPoint | The closing point of the traverse. | |
MisclosureDirection | The direction of the vector of misclosure. | |
MisclosureDistance | The distance of the vector of misclosure. | |
MisclosureX | The horizontal difference in closure. | |
MisclosureY | The vertical difference in closure. | |
RelativeErrorRatio | The relative error ratio of misclosure. | |
TotalLength | The total length of the traverse. |
ITraverseClosure is returned from the CalculateClosure method and reports the difference between the actual endpoint point of a polyline and the desired endpoint.