ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Rotate Method / Rotate(Layer,IEnumerable<Int64>,MapPoint,Double) Method
The layer of the features to rotate.
The collection of oids.
The origin around which the geometry will be rotated.
The rotation angle in radians

In This Topic
    Rotate(Layer,IEnumerable<Int64>,MapPoint,Double) Method
    In This Topic
    Rotates a collection of features.
    Syntax
    Public Overloads Sub Rotate( _
       ByVal layer As Layer, _
       ByVal oids As IEnumerable(Of Long), _
       ByVal origin As MapPoint, _
       ByVal angle As Double _
    ) 

    Parameters

    layer
    The layer of the features to rotate.
    oids
    The collection of oids.
    origin
    The origin around which the geometry will be rotated.
    angle
    The rotation angle in radians
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also