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


IRPFItemURI.CompilationDate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRPFItemURI.CompilationDate Property

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

Product Availability

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

See Also

IRPFItemURI Interface