ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Scale Method / Scale(Layer,IEnumerable<Int64>,MapPoint,Double,Double) Method
The layer of the features to scale.
The collection of oids.
The origin around which the geometry will be scaled.
The scale factor along the x-axis.
The scale factor along the y-axis.
Version

Scale(Layer,IEnumerable<Int64>,MapPoint,Double,Double) Method
Scales a collection of features.
Syntax

Parameters

layer
The layer of the features to scale.
oids
The collection of oids.
origin
The origin around which the geometry will be scaled.
sx
The scale factor along the x-axis.
sy
The scale factor along the y-axis.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also