ESRI.ArcGIS.NetworkAnalystTools
attribute_parameter_value Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > UpdateAnalysisLayerAttributeParameter Class : attribute_parameter_value Property




The value that will be set for the attribute parameter. It can be a string, number, date, or Boolean (True, False). If the value is not specified, then the attribute parameter value is set to Null. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property attribute_parameter_value As String
Visual Basic (Usage)Copy Code
Dim instance As UpdateAnalysisLayerAttributeParameter
Dim value As String
 
instance.attribute_parameter_value = value
 
value = instance.attribute_parameter_value
C# 
public string attribute_parameter_value {get; set;}

See Also

© 2010 All Rights Reserved.