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


IRPFItemURI.Latitude Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRPFItemURI.Latitude Property

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

Product Availability

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

See Also

IRPFItemURI Interface