ArcObjects Library Reference (DataSourcesRaster)  

IRPFItemURI.MaintenanceDate Property

The maintenance date associated with the DTED file.

[Visual Basic .NET]
Public Property MaintenanceDate As String
[C#]
public string MaintenanceDate {get; set;}
[C++]
HRESULT get_MaintenanceDate(
  BSTR* pMaintenanceDate
);
[C++]
HRESULT put_MaintenanceDate(
  BSTR pMaintenanceDate
);
[C++]

Parameters

pMaintenanceDate [out, retval]   pMaintenanceDate is a parameter of type BSTR pMaintenanceDate [in]   pMaintenanceDate is a parameter of type BSTR

Product Availability

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

See Also

IRPFItemURI Interface