This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.Move Method (ArcObjects .NET 10.4 SDK) |
Incorporates a translation factor into the transformation.
[Visual Basic .NET] Public Sub Move ( _ ByVal dx As Double, _ ByVal dy As Double _ )
[C#] public void Move ( double dx, double dy );
[C++]
HRESULT Move(
double dx,
double dy
);
[C++]
Parameters dx dx is a parameter of type double dy dy is a parameter of type double