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


ITransformation3DGEN.Translate Method (ArcObjects .NET 10.5 SDK)
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