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


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

ITimeData.UseTime Property

Indicates whether to use the time for animation purposes.

[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.

Description

This property indicates whether the meta-data used to properly configure time-related rendering has been provided.  The property is also used to indicate whether the layer should use the time-related meta-data to render time-related data.  If the property is false, it can mean two things:

 

1.  The layer has not yet been provided with information like the name of the attribute in the data which contains the time of each feature.

2.  The layer has simply been told not to display time-related data.  This may be a temporary state change desired by a user that does not want the layer to change when running an animation.

See Also

ITimeData Interface