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


IRasterTypeProperties.LastSyncTimeStamp Property (ArcObjects .NET 10.6 SDK)
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(
  System.DateTime* pLastSyncTimeStamp
);
[C++]

Parameters pLastSyncTimeStamp [in]
pLastSyncTimeStamp is a parameter of type DATE pLastSyncTimeStamp [out, retval]
pLastSyncTimeStamp is a parameter of type DATE*

Product Availability

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

See Also

IRasterTypeProperties Interface