This document is archived and information here might be outdated. Recommended version. |
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*