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.Latitude Property (ArcObjects .NET 10.5 SDK) |
The latitude associated with the DTED file.
[Visual Basic .NET] Public Property Latitude As String
[C#] public string Latitude {get; set;}
[C++]
HRESULT get_Latitude(
BSTR* pLatitude
);
[C++]
HRESULT put_Latitude(
BSTR pLatitude
);
[C++]
Parameters pLatitude [out, retval] pLatitude is a parameter of type BSTR pLatitude [in] pLatitude is a parameter of type BSTR