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

In This Topic
    Iterations Property (ParallelOffset.Builder)
    In This Topic
    Gets and sets the number of parallel offset copies to create. (Default value = 1)
    Syntax
    public int Iterations {get; set;}
    Public Property Iterations As Integer
    Remarks
    The copies are created sequentially by the offset distance. For example, copying a line to one side specifying a distance of 5 and 2 iterations will create one line at 5 and one at 10 from the original line, not two lines at 5.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also