This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRPFItemURI Interface > IRPFItemURI.DTEDEdition Property (ArcObjects .NET 10.5 SDK) |
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