This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeDescription Interface > IMapTableTimeDescription.UseTime Property (ArcObjects .NET 10.4 SDK) |
Indicates whether use time for display.
[Visual Basic .NET] Public Property UseTime As Boolean
[C#] public bool UseTime {get; set;}
[C++]
HRESULT get_UseTime(
VARIANT_BOOL* UseTime
);
[C++]
HRESULT put_UseTime(
VARIANT_BOOL UseTime
);
[C++]
Parameters UseTime [out, retval] UseTime is a parameter of type VARIANT_BOOL UseTime [in] UseTime is a parameter of type VARIANT_BOOL
When UseTime is set to False, the layer or table becomes time unaware and time related operations will ignore any time related settings on this layer or table. For example, when UseTime=False for a layer, ExportMapImage will draw all features from this layer even when IMapTimeDescription's TimeValue is set.