This document is archived and information here might be outdated. Recommended version. |
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 );
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.