ArcObjects Library Reference (Geometry)  

ITransformation3DGEN.Translate Method

Adds an offset (move) to the transformation matrix.

[Visual Basic .NET]
Public Sub Translate ( _
    ByVal offsetVector As IVector3D _
)
[C#]
public void Translate (
    IVector3D offsetVector
);
[C++]
HRESULT Translate(
  IVector3D* offsetVector
);
[C++]

Parameters

offsetVector

  offsetVector is a parameter of type IVector3D

Product Availability

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

See Also

ITransformation3DGEN Interface