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.Longitude Property (ArcObjects .NET 10.5 SDK) |
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