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


ITimeData.SupportsTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* hasTime
);
[C++]

Parameters hasTime [out, retval] hasTime is a parameter of type VARIANT_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