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


IGeometry.GeoNormalizeFromLongitude Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometry Interface > IGeometry.GeoNormalizeFromLongitude Method
ArcGIS Developer Help

IGeometry.GeoNormalizeFromLongitude Method

Normalizes longitudes into a continuous range containing the longitude. This method is obsolete.

[Visual Basic .NET]
Public Sub GeoNormalizeFromLongitude ( _
    ByVal Longitude As Double _
)
[C#]
public void GeoNormalizeFromLongitude (
    double Longitude
);
[C++]
HRESULT GeoNormalizeFromLongitude(
  double Longitude
);
[C++]
Parameters
Longitude 

Longitude is a parameter of type double

Product Availability

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

Remarks

This method is obsolete.  Use IGeometry::GeoNormalize instead.
This method requires the geometry to have a valid spatial reference (geographic or projected coordinate system).

See Also

IGeometry Interface