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


IAddRastersParameters.TimeExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.TimeExtent Property

The range of allowed time value for Item URIs. Item URIs with 'SourceTimeStamp' that don't lie within the specified range are filtered out.

[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

Product Availability

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

See Also

IAddRastersParameters Interface