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


ISegment.GeographicShift Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.GeographicShift Method
ArcGIS Developer Help

ISegment.GeographicShift Method

Shift longitudes to the right of splitLongitude. This method is obsolete.

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

splitLongitude is a parameter of type double

Product Availability

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

See Also

ISegment Interface