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


IRasterTypeProperties.LastAddTimeStamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.LastAddTimeStamp Property
ArcGIS Developer Help

IRasterTypeProperties.LastAddTimeStamp Property

The time when this raster type was last used for adding rasters to the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table.

[Visual Basic .NET]
Public Property LastAddTimeStamp As DateTime
[C#]
public DateTime LastAddTimeStamp {get; set;}
[C++]
HRESULT get_LastAddTimeStamp(
  DATE pLastAddTimeStamp
);
[C++]
HRESULT put_LastAddTimeStamp(
  System.DateTime* pLastAddTimeStamp
);
[C++]
Parameters
pLastAddTimeStamp [in]

pLastAddTimeStamp is a parameter of type DATE pLastAddTimeStamp [out, retval]
pLastAddTimeStamp is a parameter of type DATE*

Product Availability

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

See Also

IRasterTypeProperties Interface