ArcObjects Library Reference (Carto)  

IMapTimeDisplay.HasTimeData Method

Indicates whether the map has a time-enabled layer.

[Visual Basic .NET]
Public Function HasTimeData ( _
) As Boolean
[C#]
public bool HasTimeData (
);
[C++]
HRESULT HasTimeData(
  VARIANT_BOOL* HasTimeData
);
[C++]

Parameters

HasTimeData [out, retval]   HasTimeData is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapTimeDisplay Interface