This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttribute3 Interface > INetworkAttribute3.IsTimeAware Property (ArcObjects .NET 10.5 SDK) |
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