ArcGIS Pro 2.8 API Reference Guide
Iterations Property (ParallelOffset.Builder)

ArcGIS.Desktop.Editing Namespace > ParallelOffset.Builder Class : Iterations Property
Specifies 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 10, Windows 8.1

See Also

Reference

ParallelOffset.Builder Class
ParallelOffset.Builder Members