ArcGIS Pro 2.9 API Reference Guide
Iterations Property (ParallelOffset)

ArcGIS.Desktop.Editing Namespace > ParallelOffset Class : Iterations Property
Gets the number of parallel offset copies to create. (Default value = 1)
Syntax
public int Iterations {get;}
Public ReadOnly 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, Windows 8.1

See Also

Reference

ParallelOffset Class
ParallelOffset Members