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

In This Topic
    Scale(Layer,Int64,MapPoint,Double,Double,Double) Method
    In This Topic
    Scales a feature.
    Syntax
    public void Scale( 
       Layer layer,
       long oid,
       MapPoint origin,
       double sx,
       double sy,
       double sz
    )
    Public Overloads Sub Scale( _
       ByVal layer As Layer, _
       ByVal oid As Long, _
       ByVal origin As MapPoint, _
       ByVal sx As Double, _
       ByVal sy As Double, _
       ByVal sz As Double _
    ) 

    Parameters

    layer
    The layer of the feature to scale.
    oid
    The oid of the feature 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.
    sz
    The scale factor along the z-axis.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also