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


IMapTableTimeDescription.UseTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeDescription Interface > IMapTableTimeDescription.UseTime Property
ArcGIS Developer Help

IMapTableTimeDescription.UseTime Property

Indicates whether use time for display.

[Visual Basic .NET]
Public Property UseTime As Boolean
[C#]
public bool UseTime {get; set;}
[C++]
HRESULT get_UseTime(
  Boolean* UseTime
);
[C++]
HRESULT put_UseTime(
  VARIANT_BOOL UseTime
);
[C++]
Parameters
UseTime [out, retval]

UseTime is a parameter of type bool* UseTime [in]
UseTime is a parameter of type bool

Product Availability

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

Remarks

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.

See Also

IMapTableTimeDescription Interface