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


IHistoricalTravelTimeEvaluator.WeekdayFallbackAttributeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTravelTimeEvaluator Interface > IHistoricalTravelTimeEvaluator.WeekdayFallbackAttributeName Property
ArcGIS Developer Help

IHistoricalTravelTimeEvaluator.WeekdayFallbackAttributeName Property

The name of the weekday fallback attribute.

[Visual Basic .NET]
Public Property WeekdayFallbackAttributeName As String
[C#]
public string WeekdayFallbackAttributeName {get; set;}
[C++]
HRESULT get_WeekdayFallbackAttributeName(
  System.String* AttributeName
);
[C++]
HRESULT put_WeekdayFallbackAttributeName(
  BSTR AttributeName
);
[C++]
Parameters
AttributeName [out, retval]

AttributeName is a parameter of type BSTR* AttributeName [in]
AttributeName is a parameter of type BSTR

Product Availability

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

See Also

IHistoricalTravelTimeEvaluator Interface