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


ITimeData.SupportsTime 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.SupportsTime Property
ArcGIS Developer Help

ITimeData.SupportsTime Property

Indicates whether the layer has any time data.

[Visual Basic .NET]
Public ReadOnly Property SupportsTime As Boolean
[C#]
public bool SupportsTime {get;}
[C++]
HRESULT get_SupportsTime(
  Boolean* hasTime
);
[C++]
Parameters
hasTime [out, retval]

hasTime is a parameter of type bool*

Product Availability

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

Description

This property indicates whether the layer is able to render time-related data.  If this property is false, it means that time-related data cannot be handled by the underlying software.

See Also

ITimeData Interface