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


IRasterTypeProperties.FirstAddTimeStamp Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.FirstAddTimeStamp Property

The time when this raster type was first 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 FirstAddTimeStamp As DateTime
[C#]
public DateTime FirstAddTimeStamp {get; set;}
[C++]
HRESULT get_FirstAddTimeStamp(
  DATE* pFirstAddTimeStamp
);
[C++]
HRESULT put_FirstAddTimeStamp(
  DATE pFirstAddTimeStamp
);
[C++]

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

Product Availability

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

See Also

IRasterTypeProperties Interface