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


INetworkAttribute3.IsTimeAware Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttribute3 Interface > INetworkAttribute3.IsTimeAware Property
ArcGIS Developer Help

INetworkAttribute3.IsTimeAware Property

Indicates if the network attribute is time aware.

[Visual Basic .NET]
Public Function get_IsTimeAware ( _
    ByVal ElementType As esriNetworkElementType _
) As Boolean
[C#]
public bool get_IsTimeAware (
    esriNetworkElementType ElementType
);
[C++]
HRESULT get_IsTimeAware(
  esriNetworkElementType ElementType,
  Boolean* IsTimeAware
);
[C++]
Parameters
ElementType 

ElementType is a parameter of type esriNetworkElementType IsTimeAware [out, retval]
IsTimeAware is a parameter of type bool*

Product Availability

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

See Also

INetworkAttribute3 Interface