ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Transform Method / Transform(IEnumerable<Layer>,TransformMethod) Method
The layers to transform.
The transformation method to use.

In This Topic
    Transform(IEnumerable<Layer>,TransformMethod) Method
    In This Topic
    Transforms a collection of layers.
    Syntax
    Public Overloads Sub Transform( _
       ByVal layers As IEnumerable(Of Layer), _
       ByVal transformMethod As TransformMethod _
    ) 

    Parameters

    layers
    The layers to transform.
    transformMethod
    The transformation method to use.
    Exceptions
    ExceptionDescription
    Transformation method cannot be null
    Invalid transformation method
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also