ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Scale Method / Scale(SelectionSet,MapPoint,Double,Double) Method
A set of features to scale.
The origin around which the geometry will be scaled.
The scale factor along the x-axis.
The scale factor along the y-axis.

In This Topic
    Scale(SelectionSet,MapPoint,Double,Double) Method
    In This Topic
    Scales a set of features.
    Syntax
    Public Overloads Sub Scale( _
       ByVal features As SelectionSet, _
       ByVal origin As MapPoint, _
       ByVal sx As Double, _
       ByVal sy As Double _
    ) 

    Parameters

    features
    A set of features to scale.
    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