This document is archived and information here might be outdated.  Recommended version.


INetworkTravelMode.AttributeParameterValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode.AttributeParameterValues Property

The collection of network attribute parameter values to be used with the analysis.

[Visual Basic .NET]
Public Property AttributeParameterValues As IArray
[C#]
public IArray AttributeParameterValues {get; set;}
[C++]
HRESULT get_AttributeParameterValues(
  IArray** AttributeParameterValues
);
[C++]
HRESULT putref_AttributeParameterValues(
  IArray* AttributeParameterValues
);
[C++]

Parameters AttributeParameterValues [out, retval]
AttributeParameterValues is a parameter of type IArray AttributeParameterValues [in]
AttributeParameterValues is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkTravelMode Interface