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


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

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(
  System.String* pLatitude
);
[C++]
Parameters
pLatitude [in]

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

Product Availability

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

See Also

IRPFItemURI Interface