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


ILineResequencer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILineResequencer Interface
ArcGIS Developer Help

ILineResequencer Interface

Provides access to members that sort a set of lines so that they form the boundary of a parcel. Multipart/islands are supported.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddLine Add a single line to the resequencer. lineID needs to be unique.
Method Empty Empty the line resequencer of stored lines.
Method Sort Sort the stored lines and return an ordered array of line OIDs.

Classes that implement ILineResequencer

Classes Description
LineResequencer Class for sorting lines to form parcel boundaries.