ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / TransformMethod Class
Members

In This Topic
    TransformMethod Class
    In This Topic
    A base class used to represent a transformation method. For use with EditOperation.Transform and EditOperation.Transform. Possible transformation methods include TransformByLinkLayer and TransformByLinkLines.
    Syntax
    public abstract class TransformMethod 
    Public MustInherit Class TransformMethod 
    Remarks
    Do not attempt to create a custom class inheriting from this type.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Editing.TransformMethod
          ArcGIS.Desktop.Editing.TransformByLinkLayer
          ArcGIS.Desktop.Editing.TransformByLinkLines

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also