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


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

IRPFItemURI.DTEDEdition Property

The data edition associated with the DTED file.

[Visual Basic .NET]
Public Property DTEDEdition As String
[C#]
public string DTEDEdition {get; set;}
[C++]
HRESULT get_DTEDEdition(
  BSTR* pEdition
);
[C++]
HRESULT put_DTEDEdition(
  BSTR pEdition
);
[C++]

Parameters pEdition [out, retval] pEdition is a parameter of type BSTR pEdition [in] pEdition is a parameter of type BSTR

Product Availability

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

See Also

IRPFItemURI Interface