This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.TimeReference Property (ArcObjects .NET 10.5 SDK) |
The time reference.
[Visual Basic .NET] Public Property TimeReference As ITimeReference
[C#] public ITimeReference TimeReference {get; set;}
[C++]
HRESULT get_TimeReference(
ITimeReference** ppTimeReference
);
[C++]
HRESULT putref_TimeReference(
ITimeReference* ppTimeReference
);
[C++]
Parameters ppTimeReference [out, retval]
ppTimeReference is a parameter of type ITimeReference ppTimeReference [in]
ppTimeReference is a parameter of type ITimeReference