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


INetworkAttribute3.IsTimeAware Property (ArcObjects .NET 10.5 SDK)
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