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


IRPFItemURI.MaintenanceDate Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* pMaintenanceDate
);
[C++]

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

Product Availability

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

See Also

IRPFItemURI Interface