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


ITimeData.TimeReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeData Interface > ITimeData.TimeReference Property
ArcGIS Developer Help

ITimeData.TimeReference Property

Time reference for the contents of the layer.

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

layerTimeReference is a parameter of type ITimeReference**

Product Availability

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

Description

This is the time reference for the data that this layer is rendering/providing.   This property is read-only in the ITimeData interface because not all layers have the ability to change the TimeReference property of the data they represent.  If the layer has the ability to change this property, it will implement the ITimeTableDefinition interface, and through that interface provide the ability to change the property's value.

See Also

ITimeData Interface