ArcObjects Library Reference (GeoDatabase)  

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,
  VARIANT_BOOL* IsTimeAware
);
[C++]

Parameters

ElementType

  ElementType is a parameter of type esriNetworkElementType

IsTimeAware [out, retval]   IsTimeAware is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkAttribute3 Interface