Updates all the edge references in turn feature classes using an alternate ID field. This tool should be used after making edits to the input line features that are referenced by the turn features to synchronize the turn features based on the alternate ID fields.
Syntax
Visual Basic (Declaration) | |
---|
Public Class UpdateByAlternateIDFields
Implements IGPProcess |
C# | |
---|
public class UpdateByAlternateIDFields : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.NetworkAnalystTools.UpdateByAlternateIDFields
See Also