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


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

INAServerNetworkAttribute2.RestrictionUsageParameterName Property

Name of the restriction usage parameter.

[Visual Basic .NET]
Public ReadOnly Property RestrictionUsageParameterName As String
[C#]
public string RestrictionUsageParameterName {get;}
[C++]
HRESULT get_RestrictionUsageParameterName(
  System.String* RestrictionUsageParameterName
);
[C++]
Parameters
RestrictionUsageParameterName [out, retval]

RestrictionUsageParameterName is a parameter of type BSTR*

Product Availability

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

See Also

INAServerNetworkAttribute2 Interface