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

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.
Scales a collection of features.
Syntax
Public Overloads Sub Scale( _
   ByVal layer As Layer, _
   ByVal oids As IEnumerable(Of Long), _
   ByVal origin As MapPoint, _
   ByVal sx As Double, _
   ByVal sy As Double _
) 

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

See Also

Reference

EditOperation Class
EditOperation Members
Overload List