This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDimensionDefinition Interface > ITimeDimensionDefinition.TimeReference Property (ArcObjects .NET 10.4 SDK) |
Time reference for the data.
[Visual Basic .NET] Public Property TimeReference As ITimeReference
[C#] public ITimeReference TimeReference {get; set;}
[C++]
HRESULT get_TimeReference(
ITimeReference** nativeTimeReference
);
[C++]
HRESULT putref_TimeReference(
ITimeReference* nativeTimeReference
);
[C++]
Parameters nativeTimeReference [out, retval]
nativeTimeReference is a parameter of type ITimeReference nativeTimeReference [in]
nativeTimeReference is a parameter of type ITimeReference