This document is archived and information here might be outdated. Recommended version. |
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*