Updates the network attribute parameter value for a network analysis layer. The tool should be used to update the value of an attribute parameter for a network analysis layer prior to solving with the Solve tool. This ensures that the solve operation uses the specified value of the attribute parameter to produce appropriate results.
Syntax
Visual Basic (Declaration) | |
---|
Public Class UpdateAnalysisLayerAttributeParameter
Implements IGPProcess |
C# | |
---|
public class UpdateAnalysisLayerAttributeParameter : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.NetworkAnalystTools.UpdateAnalysisLayerAttributeParameter
See Also