This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTravelMode Interface > INetworkTravelMode.TimeAttributeName Property (ArcObjects .NET 10.4 SDK) |
The name of the time-based network attribute to be used in analysis.
[Visual Basic .NET] Public Property TimeAttributeName As String
[C#] public string TimeAttributeName {get; set;}
[C++]
HRESULT get_TimeAttributeName(
BSTR* AttributeName
);
[C++]
HRESULT put_TimeAttributeName(
BSTR AttributeName
);
[C++]
Parameters AttributeName [out, retval] AttributeName is a parameter of type BSTR AttributeName [in] AttributeName is a parameter of type BSTR