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


IRasterTypeProperties.LastSyncTimeStamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.LastSyncTimeStamp Property
ArcGIS Developer Help

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