ESRI.ArcGIS.NetworkAnalystTools
UpdateAnalysisLayerAttributeParameter Constructor(Object,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > UpdateAnalysisLayerAttributeParameter Class > UpdateAnalysisLayerAttributeParameter Constructor : UpdateAnalysisLayerAttributeParameter Constructor(Object,String,String)




in_network_analysis_layer
Network analysis layer for which the attribute parameter value will be updated. (In, Required)
parameterized_attribute
The network attribute whose attribute parameter will be updated. (In, Required)
attribute_parameter_name
The parameter of the network attribute that will be updated. The parameters of type Object cannot be updated using the tool. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_network_analysis_layer As Object, _
   ByVal parameterized_attribute As String, _
   ByVal attribute_parameter_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_network_analysis_layer As Object
Dim parameterized_attribute As String
Dim attribute_parameter_name As String
 
Dim instance As UpdateAnalysisLayerAttributeParameter(in_network_analysis_layer, parameterized_attribute, attribute_parameter_name)
C# 
public UpdateAnalysisLayerAttributeParameter( 
   object in_network_analysis_layer,
   string parameterized_attribute,
   string attribute_parameter_name
)

Parameters

in_network_analysis_layer
Network analysis layer for which the attribute parameter value will be updated. (In, Required)
parameterized_attribute
The network attribute whose attribute parameter will be updated. (In, Required)
attribute_parameter_name
The parameter of the network attribute that will be updated. The parameters of type Object cannot be updated using the tool. (In, Required)

See Also

© 2010 All Rights Reserved.