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

In This Topic
    AlignConnected Property (ParallelOffset)
    In This Topic
    Gets If two or more connected lines should have their direction temporarily aligned for the purposes of the copy. (Default value = false)
    Syntax
    public bool AlignConnected {get;}
    Public ReadOnly Property AlignConnected As Boolean
    Remarks
    Use this setting to temporarily align the direction of connected lines in the selection to ensure the output features are created on a consistent side. The direction is random. This setting has no effect on disconnected lines.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also