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


ITransformation3D.Translate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3D Interface > ITransformation3D.Translate Method
ArcGIS Developer Help

ITransformation3D.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

ITransformation3D Interface