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


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

IRPFItemURI.Longitude Property

The longitude associated with the DTED file.

[Visual Basic .NET]
Public Property Longitude As String
[C#]
public string Longitude {get; set;}
[C++]
HRESULT get_Longitude(
  BSTR pLongitude
);
[C++]
HRESULT put_Longitude(
  System.String* pLongitude
);
[C++]
Parameters
pLongitude [in]

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

Product Availability

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

See Also

IRPFItemURI Interface