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

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

    System.Object
       ArcGIS.Desktop.Editing.RubbersheetMethod
          ArcGIS.Desktop.Editing.RubbersheetByGeometries
          ArcGIS.Desktop.Editing.RubbersheetByLayers

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also