This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeData Interface > ITimeData.SupportsTime Property (ArcObjects .NET 10.4 SDK) |
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
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.