Packagecom.esri.ags.tasks.supportClasses
Classpublic class AttributeParameterValue
InheritanceAttributeParameterValue Inheritance Object

Since : ArcGIS API for Flex 2.0

Input parameter for network analyst operations. AttributeParameterValue is a set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle.

See also

ClosestFacilityParameters
RouteParameters
ServiceAreaParameters
com.esri.ags.ClosestFacilityTask
com.esri.ags.RouteTask
com.esri.ags.ServiceAreaTask
Solve Route (Operation) in REST documentation


Public Properties
 PropertyDefined By
  attributeName : String
The name of the attribute.
AttributeParameterValue
  parameterName : String
The name of the parameter.
AttributeParameterValue
  parameterValue : String
The value of the parameter.
AttributeParameterValue
Property Detail
attributeNameproperty
public var attributeName:String

The name of the attribute.

parameterNameproperty 
public var parameterName:String

The name of the parameter.

parameterValueproperty 
public var parameterValue:String

The value of the parameter.