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


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

INAServerNetworkAttribute4.TimeNeutralAttributeName Property

The name of the time neutral attribute used by the network edge traffic evaluator.

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

TimeNeutralAttributeName is a parameter of type BSTR*

Product Availability

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

See Also

INAServerNetworkAttribute4 Interface