This document is archived and information here might be outdated. Recommended version. |
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*