This document is archived and information here might be outdated. Recommended version. |
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(
System.String* pLongitude
);
[C++] Parameters pLongitude [in]
pLongitude is a parameter of type BSTR pLongitude [out, retval]
pLongitude is a parameter of type BSTR*