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


IRPFItemURI.CompilationDate 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.CompilationDate Property
ArcGIS Developer Help

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(
  System.String* pCompilationDate
);
[C++]
Parameters
pCompilationDate [in]

pCompilationDate is a parameter of type BSTR pCompilationDate [out, retval]
pCompilationDate is a parameter of type BSTR*

Product Availability

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

See Also

IRPFItemURI Interface