Normalizes longitudes into a continuous range containing the longitude. This method is obsolete.
[Visual Basic 6.0] Sub GeoNormalizeFromLongitude(
ByVal Longitude As Double _
)
[Visual Basic .NET] Public Sub GeoNormalizeFromLongitude ( _ ByVal Longitude As Double _ )
[C#] public void GeoNormalizeFromLongitude ( double Longitude );
[Java] public void geoNormalizeFromLongitude ( double Longitude ) throws IOException, AutomationException
[C++]
HRESULT GeoNormalizeFromLongitude(
double Longitude
);
Parameters
Longitude
Longitude is a parameter of type double