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


IHistoricalTravelTimeEvaluator.TimeNeutralAttributeName 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.TimeNeutralAttributeName Property
ArcGIS Developer Help

IHistoricalTravelTimeEvaluator.TimeNeutralAttributeName Property

The name of the attribute for time-neutral queries.

[Visual Basic .NET]
Public Property TimeNeutralAttributeName As String
[C#]
public string TimeNeutralAttributeName {get; set;}
[C++]
HRESULT get_TimeNeutralAttributeName(
  System.String* AttributeName
);
[C++]
HRESULT put_TimeNeutralAttributeName(
  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