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


IMapTableTimeInfo.SupportsTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeInfo Interface > IMapTableTimeInfo.SupportsTime Property
ArcGIS Developer Help

IMapTableTimeInfo.SupportsTime Property

Indicates whether the table supports time.

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

supports is a parameter of type bool*

Product Availability

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

See Also

IMapTableTimeInfo Interface