ArcObjects Library Reference  (Carto)    

IGeoReference.Shift Method

Shift operation of layer.

[Visual Basic 6.0]
Sub Shift(
    ByVal deltaX As Double, _
    ByVal deltaY As Double _
)
[Visual Basic .NET]
Public Sub Shift ( _
    ByVal deltaX As Double, _
    ByVal deltaY As Double _
)
[C#]
public void Shift (
    double deltaX,
    double deltaY
);
[Java]
public void shift (
    double deltaX,
    double deltaY
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Shift(
  double deltaX,
  double deltaY
);
[C++]

Parameters

deltaX [in]

  deltaX is a parameter of type double

deltaY [in]

  deltaY is a parameter of type double

Product Availability

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

See Also

IGeoReference Interface

 


Feedback Send feedback on this page