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


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

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