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


IMapTableTimeInfo.TimeInterval 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.TimeInterval Property
ArcGIS Developer Help

IMapTableTimeInfo.TimeInterval Property

Suggested draw time interval for refreshing the table contents.

[Visual Basic .NET]
Public ReadOnly Property TimeInterval As Double
[C#]
public double TimeInterval {get;}
[C++]
HRESULT get_TimeInterval(
  System.Double* Interval
);
[C++]
Parameters
Interval [out, retval]

Interval is a parameter of type double*

Product Availability

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

See Also

IMapTableTimeInfo Interface