ArcObjects Library Reference  (Geometry)    

ISegment.GeographicShift Method

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

[Visual Basic 6.0]
Sub GeographicShift(
    ByVal splitLongitude As Double _
)
[Visual Basic .NET]
Public Sub GeographicShift ( _
    ByVal splitLongitude As Double _
)
[C#]
public void GeographicShift (
    double splitLongitude
);
[Java]
public void geographicShift (
    double splitLongitude
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page