This document is archived and information here might be outdated. Recommended version. |
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*