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 |
|
AddLine |
Add a single line to the resequencer. lineID needs to be unique. |
|
Empty |
Empty the line resequencer of stored lines. |
|
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. |