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


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

INetworkTravelMode.RestrictionAttributeNames Property

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

[Visual Basic .NET]
Public Property RestrictionAttributeNames As IStringArray
[C#]
public IStringArray RestrictionAttributeNames {get; set;}
[C++]
HRESULT get_RestrictionAttributeNames(
  IStringArray* attributeNames
);
[C++]
HRESULT putref_RestrictionAttributeNames(
  IStringArray** attributeNames
);
[C++]
Parameters
attributeNames [in]

attributeNames is a parameter of type IStringArray* attributeNames [out, retval]
attributeNames is a parameter of type IStringArray**

Product Availability

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

See Also

INetworkTravelMode Interface