ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Scale Method / Scale(Layer,IEnumerable<Int64>,MapPoint,Double,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.
The scale factor along the z-axis.

In This Topic
    Scale(Layer,IEnumerable<Int64>,MapPoint,Double,Double,Double) Method
    In This Topic
    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, _
       ByVal sz 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.
    sz
    The scale factor along the z-axis.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also