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


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

IMapTableTimeInfo.TimeReference Property

Native TimeReference of the contents of the table.

[Visual Basic .NET]
Public ReadOnly Property TimeReference As ITimeReference
[C#]
public ITimeReference TimeReference {get;}
[C++]
HRESULT get_TimeReference(
  ITimeReference** TimeReference
);
[C++]
Parameters
TimeReference [out, retval]

TimeReference is a parameter of type ITimeReference**

Product Availability

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

See Also

IMapTableTimeInfo Interface