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
offsetVectoroffsetVector is a parameter of type IVector3D
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.