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

In This Topic
    SplitMethod Class
    In This Topic
    A base split method class. For use with EditOperation.Split. Different split methods are SplitByGeometry, SplitByPercentage, SplitByEqualParts, SplitByDistance, SplitByEqualDistance, and SplitByVaryingDistance
    Syntax
    public abstract class SplitMethod 
    Public MustInherit Class SplitMethod 
    Remarks
    Do not attempt to create a custom class inheriting from this type.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also