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.