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


IGeoReference.Shift Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.Shift Method
ArcGIS Developer Help

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