ArcObjects Library Reference (Carto)  

IGeoReference.Shift Method

Shift operation of layer.

[Visual Basic .NET]
Public Sub Shift ( _
    ByVal deltaX As Double, _
    ByVal deltaY As Double _
)
[C#]
public void Shift (
    double deltaX,
    double deltaY
);
[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