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


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

IRPFItemURI.Version Property

The data version associated with the RPF/DTED file.

[Visual Basic .NET]
Public Property Version As String
[C#]
public string Version {get; set;}
[C++]
HRESULT get_Version(
  BSTR pVersion
);
[C++]
HRESULT put_Version(
  System.String* pVersion
);
[C++]
Parameters
pVersion [in]

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

Product Availability

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

See Also

IRPFItemURI Interface