This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.TimeExtent Property (ArcObjects .NET 10.4 SDK) |
The time extent.
[Visual Basic .NET] Public Property TimeExtent As ITimeExtent
[C#] public ITimeExtent TimeExtent {get; set;}
[C++]
HRESULT get_TimeExtent(
ITimeExtent** ppTimeExtent
);
[C++]
HRESULT putref_TimeExtent(
ITimeExtent* ppTimeExtent
);
[C++]
Parameters ppTimeExtent [out, retval]
ppTimeExtent is a parameter of type ITimeExtent ppTimeExtent [in]
ppTimeExtent is a parameter of type ITimeExtent