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


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

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(
  System.String* 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