ArcGIS Pro 2.8 API Reference Guide
Rotate(Layer,IEnumerable<Int64>,MapPoint,Double) Method

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
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 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List