ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.LastSyncTimeStamp Property

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

Product Availability

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

See Also

IRasterTypeProperties Interface