This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPFItemURI Interface > IRPFItemURI.CompilationDate Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR pCompilationDate
);
[C++]
Parameters pCompilationDate [out, retval] pCompilationDate is a parameter of type BSTR pCompilationDate [in] pCompilationDate is a parameter of type BSTR