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


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

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(
  BSTR pLongitude
);
[C++]

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

Product Availability

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

See Also

IRPFItemURI Interface