ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ParallelOffset Class / RemoveSelfIntersectingLoops Property

In This Topic
    RemoveSelfIntersectingLoops Property (ParallelOffset)
    In This Topic
    Gets if self intersecting loops should be removed in the copied features. (Default value = True)
    Syntax
    public bool RemoveSelfIntersectingLoops {get;}
    Public ReadOnly Property RemoveSelfIntersectingLoops As Boolean
    Remarks
    If AlignConnected and CopyToSeparateFeatures are True, this setting is required to be True else the edit operation will fail.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also