This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.LastSyncTimeStamp Property (ArcObjects .NET 10.5 SDK) |
The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table.
[Visual Basic .NET]
Public Property LastSyncTimeStamp As DateTime
[C#]
public DateTime LastSyncTimeStamp {get; set;}
[C++]
HRESULT get_LastSyncTimeStamp(
DATE* pLastSyncTimeStamp
);
[C++]
HRESULT put_LastSyncTimeStamp(
DATE pLastSyncTimeStamp
);
[C++]
Parameters pLastSyncTimeStamp [out, retval] pLastSyncTimeStamp is a parameter of type DATE pLastSyncTimeStamp [in] pLastSyncTimeStamp is a parameter of type DATE