Creates and populates additional fields on the turn feature classes that reference the edges by alternate IDs. The alternate IDs allow for another set of IDs that can help maintain the integrity of the turn features in case the source edges are being edited.
Syntax
Visual Basic (Declaration) | |
---|
Public Class PopulateAlternateIDFields
Implements IGPProcess |
C# | |
---|
public class PopulateAlternateIDFields : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.NetworkAnalystTools.PopulateAlternateIDFields
See Also