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


IAffineTransformation2D3GEN.MoveVector Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.MoveVector Method

Performs an X and Y translation defined by a 2D vector.

[Visual Basic .NET]
Public Sub MoveVector ( _
    ByVal movementVector As ILine _
)
[C#]
public void MoveVector (
    ILine movementVector
);
[C++]
HRESULT MoveVector(
  ILine* movementVector
);
[C++]

Parameters movementVector
movementVector is a parameter of type ILine

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface