ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Move Method / Move(SelectionSet,Double,Double,Double) Method
A set of features to move.
Units along the x-axis to move the geometry.
Units along the y-axis to move the geometry.
Units along the z-axis to move the geometry.

In This Topic
    Move(SelectionSet,Double,Double,Double) Method
    In This Topic
    Moves a set of features all along the same vector.
    Syntax
    public void Move( 
       SelectionSet features,
       double dx,
       double dy,
       double dz
    )
    Public Overloads Sub Move( _
       ByVal features As SelectionSet, _
       ByVal dx As Double, _
       ByVal dy As Double, _
       ByVal dz As Double _
    ) 

    Parameters

    features
    A set of features to move.
    dx
    Units along the x-axis to move the geometry.
    dy
    Units along the y-axis to move the geometry.
    dz
    Units along the z-axis to move the geometry.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also