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