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


INAServerTravelMode.RestrictionAttributeNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerTravelMode Interface > INAServerTravelMode.RestrictionAttributeNames Property
ArcGIS Developer Help

INAServerTravelMode.RestrictionAttributeNames Property

The collection of network attribute names to be used as restrictions with the analysis.

[Visual Basic .NET]
Public ReadOnly Property RestrictionAttributeNames As IStringArray
[C#]
public IStringArray RestrictionAttributeNames {get;}
[C++]
HRESULT get_RestrictionAttributeNames(
  IStringArray** attributeNames
);
[C++]
Parameters
attributeNames [out, retval]

attributeNames is a parameter of type IStringArray**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerTravelMode Interface