This document is archived and information here might be outdated. Recommended version. |
The data compilation date associated with the DTED file.
[Visual Basic .NET]
Public Property CompilationDate As String
[C#]
public string CompilationDate {get; set;}
[C++]
HRESULT get_CompilationDate(
BSTR pCompilationDate
);
[C++]
HRESULT put_CompilationDate(
System.String* pCompilationDate
);
[C++] Parameters pCompilationDate [in]
pCompilationDate is a parameter of type BSTR pCompilationDate [out, retval]
pCompilationDate is a parameter of type BSTR*