ArcObjects Library Reference (DataSourcesRaster)  

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(
  DATE pLastAddTimeStamp
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterTypeProperties Interface